A simple fix in IE10
-
Hello!
We’ve had some trouble getting this plugin to work in Internet Explorer 10, but we managed to pull off a fix for a specific gallery:
<!--[if !IE]><!--><script> if (/*@cc_on!@*/false) { document.documentElement.className+=' ie10'; } </script><!--<![endif]--> <script> jQuery(document).ready(function(){ jQuery(".ie10 #the-id-of-your-gallery").css({ "opacity": "1" }); jQuery(".ie10 .nimble-portfolio-loader").css({ "opacity": "0", "visibility": "hidden", "display": "none" }); }); </script>
For all of you who haven’t had any succes fixing the gallery in IE10, feel free to use this snippet.
Kind regards,
Christian & Theis
https://www.atriumweb.dkhttps://www.ads-software.com/extend/plugins/nimble-portfolio/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘A simple fix in IE10’ is closed to new replies.