You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 5, 2021. It is now read-only.
The external captions work in Chrome, but not IE10. Stepping through the code the slide does not appear to have the data-caption attribute when iis-caption.js looks for it
The text was updated successfully, but these errors were encountered:
To fix this issue add your caption HTML into an ALT tag on the imgs. It seems that in IE10 the "data-caption" property doesn't get processed/read.
Also, in my case, when I added the HTML inside an ALT tag the ALT tags were displaying before the ideal-image slider initialized, to take care of that I added inline css onto my IMG: "style='width:0; height:0;'" (I'm using twig so I was able to do this for all the imgs except the first) Ideal image slider should strip the inline styling once it initializes.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The external captions work in Chrome, but not IE10. Stepping through the code the slide does not appear to have the data-caption attribute when iis-caption.js looks for it
The text was updated successfully, but these errors were encountered: