Shopify themes, liquid, logos, and UX
I would like to enlarge the container of the video so that it has the same dimensions as the product images and there is simply a white border at the top and bottom of the video. Is there a way I can customize this?
The two images show a photo with the square container and the video which has a significantly different format:
Hi @Roxolot
To adjust the video container to match the product image size, you can use custom CSS in Shopify:
.video-container {
width: 100%; /* Match product image width */
height: auto; /* Adjust height proportionally */
max-width: [product image width]; /* Replace with the actual width */
padding-top: 10px; /* Adjust for white border */
padding-bottom: 10px;
background-color: white;
}
If you have other questions, I am willing to answer them more.
Best regards,
Daisy
Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024