Home › Forums › CSS › Max-width image not working with fancybox in IE › Reply To: Max-width image not working with fancybox in IE
December 17, 2013 at 12:20 pm
#158531
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.