Hi there, and thanks for your work on this plugin.
In IE8 the slideshow does not work. It is just listing out the images one after then other. Do you have a fix for this please?
Best wishes,
Ab
Hi there, and thanks for your work on this plugin.
In IE8 the slideshow does not work. It is just listing out the images one after then other. Do you have a fix for this please?
Best wishes,
Ab
HI, would still appreciate support on this please
Same here
>>In IE8 the slideshow does not work...!
Matt seems to have modified the included blueberry.js to include image-based thumbnails by default, which are getting shown full-size in IE8. (This bug noted by PIE may be part of the problem.)
I tried just hiding the images via css, e.g.:
.gallery-to-slideshow .pager li a img {
display: none;
}
But this did not work.
So instead, I modified gallery.to.slideshow.js to exclude thumbnails.
I changed this:
jQuery(window).load(function() {
jQuery('div.gallery-to-slideshow').blueberry();
});
- to -
jQuery(window).load(function() {
jQuery('div.gallery-to-slideshow').blueberry({ thumbs : false });
});
... And the giant thumbnails are gone.
Haven't figured out how to have the thumbnails the right size, though.
Hi Guys,
Thanks for all the feedback, much appreciated. Next version will ship with Flex Slider, another slider plugin, since it haves a more active development and It's what I been using lately. Hopefully this will take care of the IE problems.
Will keep you posted,
Kind Regards!
Version 1.2 is out, please upgrade and let me know if you have any issues.
Kind Regards!
You must log in to post.