Shopify themes, liquid, logos, and UX
Hello I have added Youtube videos to a few pages on my Pipeline site, but the thumbnails are huge. How do I make them smaller?
Hi @stevenunstick ,
May I suggest to update code these steps:
1. Go to Store Online-> theme -> edit code
2. Assets/theme.css
3. Add code below to end of file
#MainContent .page__template .rte__video-wrapper iframe[src^="https://www.youtube.com/embed"] {
position: static;
width: revert-layer;
height: revert-layer;
max-width: 100%;
}
#MainContent .page__template .rte__video-wrapper {
padding-bottom: 0;
}
@media(max-width: 560px){
#MainContent .page__template .rte__video-wrapper iframe[src^="https://www.youtube.com/embed"] {
height: 56vw;
}
}
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025