I want to make the multicolumn images 10% size, and I would like to remove the zoom
link: https://ull0bs5saxwsyt3t-75839963485.shopifypreview.com
image for reference https://ibb.co/tMM168ZT
Thanks for your help
A user wants to reduce multicolumn images to 10% of their original size and remove the zoom effect on their Shopify store using the Prestige theme.
Proposed Solution:
.multicolumn-card__image-wrapper classmax-width: 10% !important and height: auto !importantStatus: Initial CSS solution provided, but implementation details for removing zoom functionality remain incomplete.
I want to make the multicolumn images 10% size, and I would like to remove the zoom
link: https://ull0bs5saxwsyt3t-75839963485.shopifypreview.com
image for reference https://ibb.co/tMM168ZT
Thanks for your help
Hi,
Hope this will help
At edit code reduce multi-column image size by using css
css example
/* Reduce multicolumn images to 10% size */
.multicolumn-card__image-wrapper {
max-width: 10% !important;
height: auto !important;
}
and remove zoom effect