[Request/Help] Ability to set max width of thumbnails
-
When ever I set the CSS to set the max-width, the scrolling becomes messed up. I havent looked deeply into the plugin files but I assume there is some JS that is relying on the style=”width:????” on the thumbnail itself.
Could we get an option to allow us to set the minimum / maximum width and height of the thumbnail in the settings as when the screen is 1400px in length the thumbnails become huge with over 150px+ I want to be able to set the max to 50px, either in the settings or by CSS.
CSS would be better as it gives greater control for borders/padding and margins. In the JS you can get all the border/paddings and margins to figure out the height and width of the ” .slick-slide ” without using style=”width:???” on the slide itself.
The only workaround I can do is set the max-width of “.woo-variation-gallery-thumbnail-wrapper” so that it forces the thumbnails to have a set size.
– – – – – – –
Also off topic note… Why is the plugin making clones of the images for the endless scrolling? Would it be better for the arrows to use the JS “scrollTo()” and set the X or Y axis depending on the position of the thumb and what thumb it is moving to or reset back to 0 if its at the end.
This would also make image 0 the first image inside of in the center of the thumbnail which is also bothering me. ALso allows mobile scrolling due to the overflow hidden. Just need CSS to hide the scrollbar
- The topic ‘[Request/Help] Ability to set max width of thumbnails’ is closed to new replies.