This topic has 4 replies, 3 voices, and was last updated 5 days, 4 hours ago ago by Andrew Mitchell
Where can I define the size of thumbnail images for cross-sell and upsell products? I would like to increase their resolution.
Dear @GNC,
Thank you for reaching out to us.
We regret to inform you that there is no specific setting available to adjust the thumbnail size exclusively for the cross-sells or up-sells product element.
However, please note that modifying the thumbnail size using the provided function will apply changes to all thumbnail images on the single product page. If you would like to proceed, you can add the following code to the functions.php file located in your child theme:
add_filter('single_product_archive_thumbnail_size', 'single_product_archive_thumbnail_size', 9999);
function single_product_archive_thumbnail_size(){
return 'full'; // Options: 'thumbnail', 'large', 'medium', etc.
}
Should you have any further questions or require additional assistance, please do not hesitate to contact us.
Best regards,
The 8Theme Team
ok thank you
Dear GNC,
Choosing our theme reflects your commitment to quality, and for that, we’re genuinely grateful. As we constantly strive to elevate your experience, your feedback is an invaluable gift. Could you kindly take a moment to rate our product with 5 stars on ThemeForest?
Click here to share your insights: https://themeforest.net/downloads
Your support fuels our journey, and we appreciate it more than words can express.
Best Regards,
The 8Theme Team
The issue related to '‘Request to Adjust Thumbnail Image Size for Cross-Sell and Upsell Products’' has been successfully resolved, and the topic is now closed for further responses