In flexslider.load.js you have this code:

 $(this).find('ul.slides > li > img').removeAttr('height');
    $(this).find('ul.slides > li > img').removeAttr('width');

This sent me on a 1 hour + bug hunt because the slides container will be assigned the height of the image.
In IE, the height of the images is reported as 0 if they are not visible/loaded yet, and therefore the slides will not be shown.

This does not belong in here!

Comments

theduke’s picture

Issue summary: View changes

more specific

amaria’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Code has changed since this was reported. Re-open if this is still an issue with the latest dev code and the latest library.