meliss808
-
Posts
3 -
Joined
-
Last visited
Content Type
Forums
Gallery
Blogs
Events
Store
Downloads
Profiles
Posts posted by meliss808
-
-
Hi there,
I've embedded a youtube playlist on my site that ideally would play on shuffle so that the order of videos is always different (including the first video that appears on the site).
Is something like this possible?
Website: https://bulldog-grapefruit-sym2.squarespace.com/new-page
Password: bfJVV%%sB5
Thank you!
-
Hi there,
I'm trying to find a solution to add rounded corners to embedded videos on blog posts. I've tried this code from another post but it doesn't do anything..video-player .plyr video { object-fit: cover !important; border-radius: 10px !important; }
The only other current custom CSS I have is for rounded corners on images
// This adds a radius to most of the images .products .grid-image-wrapper, .image-block-wrapper, .ProductItem-gallery-slides-item.selected, .sqs-gallery-design-grid-slide .image-slide-anchor .image-overlay { border-radius: 12px; } // This adds a radius to the images when under a colored field img { border-radius: 12px; } // This adds a radius to the BLOB/article images a { border-radius: 12px } #block-f78dddc9ce7dffab4822 iframe { border-radius: 15px; }
Any help would be much appreciated!
Pass: bfJVV%%sB5
CSS for adding rounded corners to embedded videos on blog pages?
in Customize with code
Posted · Edited by meliss808
that worked, thank you so much @SaranyaDesigns!