I would like a full page slider (930 x 330) on an individual product page, but the product thumbnails shown when calling up a particular product category are of a very different proportion and so a lot of cropping occurs to the photo.
Is it possible to have the product preview select an image (450 x 355) that is not from the product page's slideshow ?
Product thumbnails select photo other than those in the product page slideshow ?
4 posts from 2 voices-
Posted 11 months ago #
-
Hello,
You can change the product image size on config-woocommerce folder > config.php. Look for this line
//product thumbnailsYou need to regenerate/upload the images again.
Regards,
IsmaelPosted 11 months ago # -
I like the page full width slider, and I like the proportions of the 'thumbnails'.
I think that your solution is a way to change the image size so I could for instance put an image size of 310 x 113 and have a photo of the same proportions as the full page slider, But I like the proportions of the theme.What I meant was that: it is because the thumbnail is taken from the first image in the slideshow that the thumbnails are cropped. Is it possible to place a selector so that the thumbnail is not taken from the slider, but from a different file with the right proportions ?
Posted 11 months ago # -
Hello,
If I am not mistaken the slider takes the featured image size and the product thumbnails use this
$avia_config['imgSize']['portfolio'] = array('width'=>450, 'height'=>335); // images for portfolio entries (2,3,4 column)And the styling for #top .thumbnail_container img, #top .thumbnail_container a:hover img is width: 100% forcing the images to crop a little further.
Regards,
IsmaelPosted 11 months ago #
Reply
You must log in to post.














