prestarocket-agence / classic-rocket

Classic Rocket is a rework of "classic theme". It has been built keeping in mind : performance, accessibility and SEO.
https://demoprestashop.prestarocket.com/
Other
229 stars 127 forks source link

Image slider changes to last slide on orientation change #92

Closed Hlavtox closed 2 weeks ago

Hlavtox commented 5 years ago
  1. Add 2 or more images to a product.
  2. Open the product in front office.
  3. Use mobile device or dev mode on desktop.
  4. Change orientation or resize the window.
  5. Slick slider changes to (I think) the last photo and looses sync.

Additional info classic-rocket develop Prestashop 1.7.6 Faceted search 3.2.1

Video https://drive.google.com/file/d/1Jqj6SdJX-drjF0oAeaOFZUjyxfhdTcRi/view?usp=sharing

MockoB commented 5 years ago

Here is how the product slider is behaving on home page: https://drive.google.com/open?id=1FMU9kBPkaRdR5bxa_ySkiRVqg3v-P-ho

etsmes commented 4 years ago

Please, have you found any solution to this problem?

prestarocket commented 4 years ago

try thhis in custom.js : `$(window).on("orientationchange",function(){ $(window).one('resize', function() { $('[data-slick]').slick('reinit'); });

});`