wholeheartcreative Posted January 22, 2020 Share Posted January 22, 2020 Hi, Does anyone have tips on how to change the play button on an embedded video? I definitely would prefer for it to be more stylish than this. Or I wish Squarespace would have more variety on the design. Brainbuster 1 Link to comment
tuanphan Posted January 23, 2020 Share Posted January 23, 2020 Can you provide link to this video on your site? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Brainbuster Posted March 29, 2020 Share Posted March 29, 2020 People have been asking for this simple feature since 2013. It's seven years later. The Squarespace play button will remain the boring white triangle it has always been. You can't change the shape, the color, or the size. Link to comment
airick Posted August 18, 2020 Share Posted August 18, 2020 I was struggling with this too, and then I realized you can eliminate the button: .sqs-video-icon { display: none; } and then just bake a custom one onto your thumbnail. iwwk 1 Link to comment
aa6 Posted October 14, 2020 Share Posted October 14, 2020 Thank you for posting the code, and sorry for the dumb question... but where do I insert that code if I just want it to modify one video gallery block ? Thanks! Link to comment
tuanphan Posted October 16, 2020 Share Posted October 16, 2020 On 10/15/2020 at 12:43 AM, aa6 said: Thank you for posting the code, and sorry for the dumb question... but where do I insert that code if I just want it to modify one video gallery block ? Thanks! You need to target video gallery block id. Can you share site url? We can check easier. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
KimSeidensticker Posted March 10, 2021 Share Posted March 10, 2021 You can add some custom css to get what you want. I just wanted to make the default icon bigger, so I used this: .sqs-video-wrapper .sqs-video-overlay .sqs-video-icon { background-size: 88px; height: 88px; width: 88px; margin-left: -44px; /* for centering the icon, must be 1/2 the dimension */ margin-top: -44px; } Be warned it looks a bit blurry on a high dpi screen like a phone or high end laptop. If you want to use a different icon, you can change the background property. The default is: background: url('//assets.squarespace.com/universal/images-v6/damask/play-button@2x.png') If you upload a new icon as an image you can update the background property to reference it, and use the above to size it appropriately. 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