VIArts Posted December 1, 2023 Share Posted December 1, 2023 Trying to fit my 1500x2100 images in my shop thumbnail, but it keeps cropping it out, even on the product page. How do i get Brine to di splay the whole image? https://atpdesignforge.com/ Password: Indomit@ble Link to comment
tuanphan Posted December 2, 2023 Share Posted December 2, 2023 You can add this code to Website Tools (under Not Linked) > Custom CSS img.ProductList-image.ProductList-image--primary.loaded { width: 100% !important; height: auto !important; top: 0 !important; left: 0 !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
VIArts Posted December 2, 2023 Author Share Posted December 2, 2023 28 minutes ago, tuanphan said: You can add this code to Website Tools (under Not Linked) > Custom CSS img.ProductList-image.ProductList-image--primary.loaded { width: 100% !important; height: auto !important; top: 0 !important; left: 0 !important; } Worked for the thrumbnail, but still cr opping on the actual product page. Link to comment
tuanphan Posted December 4, 2023 Share Posted December 4, 2023 With detail page, use this code img.ProductItem-gallery-slides-item-image.loaded { width: 100% !important; height: auto !important; top: 0 !important; left: 0 !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
VIArts Posted December 5, 2023 Author Share Posted December 5, 2023 Nailed it! How do you even know wfheart target id to use? lol Link to comment
tuanphan Posted December 7, 2023 Share Posted December 7, 2023 Learn HTML/CSS code 😆 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment