Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

jssor slider images not displaying properly in chrome browser

I have successfully implemented jssor slider on our website for more than a year (and love it!). Yesterday (9/3/15), my Chrome browser updated, and the slider on our website now does not function properly. (It still works fine using IE and Firefox.) The images show briefly, then the space goes blank, then show again at transition, then blank. I use the slider images as links, which do not work when the image is not showing.

I found a similar situation with a solution at: Jssor slider does not display slides in Chrome -- But the recommended solution (changing the style: position code from absolute to relative) is already done correctly in my code.

I'm not sure if it could be CSS or javascript issue. Has anyone else seen this problem?

like image 418
Billy Bru Avatar asked Sep 04 '15 17:09

Billy Bru


2 Answers

Updating the jssor slider to the current version (19.0) helped resolve my problem that happened when Chrome updated to version 45. Hopefully the same will work for you.

like image 136
Aaron Williams Avatar answered Nov 09 '22 04:11

Aaron Williams


When I added the code to the image tag, it still didn't work. But when I added it to the 'a' tag (I link the slides), then it worked. Give it a try. See www.cyedc.org for my site.

<a href="/pdf/pink-october-and-open-house.pdf" target="_blank" u="image" style="position: relative;">
<img src="/images/slider-image-pink-october.jpg" /></a>
like image 1
George Hartas Avatar answered Nov 09 '22 02:11

George Hartas