Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Max-width image not working with fancybox in IE Reply To: Max-width image not working with fancybox in IE

#158531
jkinney768
Participant

It’s because of this:

a.main-img { width: auto; }

If you change it to 100%, that fixes it, but I’m not sure if that will affect anything else on the rest of your site.