Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Abaloo

    (@abaloo)

    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.

    Plugin Author Matt

    (@sksmatt)

    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!

    Plugin Author Matt

    (@sksmatt)

    Version 1.2 is out, please upgrade and let me know if you have any issues.

    Kind Regards!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Gallery to Slideshow] Issues in IE’ is closed to new replies.