• I have a full size image on a page.

    As I change my browsers window size from small to full screen by dragging the bottom right corner, the image first correctly gets larger to full actual size but then suddenly rescales to a smaller size. This happens with both IE 11 and FF 32 using WP 4.0.

    Can this behaviour be stopped by adding CSS to a child theme?

Viewing 1 replies (of 1 total)
  • Thread Starter MarkRichardson

    (@markrichardson)

    I think I’ve solved the problem. It appears that even if the full width template is used, at a certain browser window size space is ‘created’ on the right of the page for an invisible widget right sidebar.

    By adding

    .col-460 {
    width: 1%;
    }

    to the child theme the problem is solved. As I use the full width template for all pages on this site I’m hoping this won’t have any unwanted side effects…

    But this may not be the best solution?

Viewing 1 replies (of 1 total)
  • The topic ‘Image rescaling up then down as browser window enlarged’ is closed to new replies.