Trailer Box & 7.5 issue in Internet Explorer
Hello,
I just upgraded from 7.1 to 7.5 and noticed that there is an issue with the TRAILER BOX and Internet Explorer.
The image in the Trailer Box does not display properly. After reviewing I noticed the image is creating a blank height & width:
FireFox: <img class="scale-with-grid" width="" height="" alt="Text" src="URL"></img>
Chrome: <img class="scale-with-grid" src="URL" alt="Text" width height>
This seems fine in FireFox & Chrome but in IE the width and height default to "1":
<img width="1" height="1" class="scale-with-grid" alt="TEXT" src="URL"/>
This happens with Muffin Builder or using the Trailer Box shortcode. I fixed the issue temporarily by creating a Custom CSS class for the Trailer Box:
.imagefix img { width: 100%; } or .imagefix img { width: auto; }
Anyone else have this issue?
Best,
HL
I just upgraded from 7.1 to 7.5 and noticed that there is an issue with the TRAILER BOX and Internet Explorer.
The image in the Trailer Box does not display properly. After reviewing I noticed the image is creating a blank height & width:
FireFox: <img class="scale-with-grid" width="" height="" alt="Text" src="URL"></img>
Chrome: <img class="scale-with-grid" src="URL" alt="Text" width height>
This seems fine in FireFox & Chrome but in IE the width and height default to "1":
<img width="1" height="1" class="scale-with-grid" alt="TEXT" src="URL"/>
This happens with Muffin Builder or using the Trailer Box shortcode. I fixed the issue temporarily by creating a Custom CSS class for the Trailer Box:
.imagefix img { width: 100%; } or .imagefix img { width: auto; }
Anyone else have this issue?
Best,
HL
Comments
please send us url to page where you got this issue in IE and also show us a screenshot of how it looks on your side. Also please tell us which IE version you mean.
Best,
HL