• Resolved Paulson

    (@paulson)


    Hi,
    My site http://www.thetorquingpoint.co.uk works fine in Safari & Chrome but in Internet Explorer there is a problem with the header image being too large.
    Any help or advice as to how to find out what’s causing this issue or how to fix it would be much appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The obvious thing to do would be to size the image to what’s being displayed. If your header is 960px wide make the image 960px wide. Why make the user download a larger image than what is needed?

    Your image is 1500px wide and modern browsers are using the max-width: 100% in your CSS to scale it down to the 960px width of the container. That’s great for responsive designs but IE was slow to support max-width.

    Thread Starter Paulson

    (@paulson)

    Hi Matt,

    Many thanks for your suggestion……….Worked perfectly 🙂

    Thanks again.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Degugging’ is closed to new replies.