Jared Siebert
Jared Siebert
Experiencing the same problem in IE 9, 10, and 11. Any solution?
Ok, so I needed something pretty quick here, and as this has been an open bug since September I figured I'd hack something together. Yes, it is a jQuery solution,...
Hi Phil - You should be triggering this code after you initiate the gallery. So in your HTML or JS file (not the ideal-image-slide.js file), you should have something like...
Yes, that's something I mentioned in the initial solution, last sentence before the code.
This should do the trick. (changed the formatting to make things easier to read). ``` javascript $(".iis-slide").each(function(){ var href = $(this).data('href'); $(this).attr({ href: href, target: '_top' }); }); ``` Also,...