patrilinho16 Posted October 5 Share Posted October 5 Hi, does anyone know how to change the size of the picture on e- commerce store from vertical to horizontal? So the picture is in 16:9 but its displayed as a 2:3, thats the code I used but was unsuccessful with there change /* Adjust the image size in Quick View */ .sqs-product-quick-view .sqs-product-image img { max-width: 100%; /* Ensure the image doesn't exceed the container width */ height: auto; /* Automatically adjust the image height to maintain aspect ratio */ } Thanks a lot, Patrick Link to comment
jaeveedee Posted October 5 Share Posted October 5 can you share your link? It's easier to come up with the code on a live page ☕ Did I help you? Buy me a coffee! 💻 I'm for hire on Upwork! Link to comment
patrilinho16 Posted October 6 Author Share Posted October 6 Ok, I managed to sort it out 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