mivaecommerce / levels-readytheme

Repo for Levels ReadyTheme
1 stars 0 forks source link

Additional Images May not all be visible when going from mobile to tablet #24

Closed bheyde closed 8 years ago

bheyde commented 8 years ago

See thread here: http://www.miva.com/forums/forum/designers-and-developers/readytheme/levels-readytheme/681565-levels-bug-list?_=1454007208962

tessguefen commented 8 years ago

in scripts.js: Add this new line of code for PROD (right below where slick is being called, look for $('#js-thumbails').slick...:

$(window).resize( function() {
    $('#js-thumbnails').slickSetOption(null,null,true);
});