Dag_ Posted February 22 Share Posted February 22 I'm linking a Vimeo video to my website, and the resizing displayed on mobile isn't quite right Is there a way to have two alternative videos to display, one for viewing on a desktop and one for mobile? Link to comment
Solution Ziggy Posted February 22 Solution Share Posted February 22 You can have a mobile fallback image, which could be a GIF, but there isn't an easy way to change the background video on mobile. Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) ✨ Spark Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
Dag_ Posted February 22 Author Share Posted February 22 Brillant, that worked well! Thank you Ziggy 1 Link to comment
Adam9 Posted November 19 Share Posted November 19 (edited) Hi all, I have been using a code to display a different video on mobile, and have noticed that the site Footer is no longer displayed on the homepage with the below code. Is there an easy fix to ensure the Footer is showing? Site: https://www.socialseason.net/ Code i'm using in the Page Header: <style> /* begin page section first blank hide Version : 0.1d0 SS Version : 7.1 By : Thomas Creedon < http://www.tomsWeb.consulting/ > */ .page-section:first-child.section-height--medium:not( .content-collection ):not( .gallery-section ):not( .user-items-list-section ) { min-height : unset; } .page-section:first-child > .content-wrapper { display : none; } /* end page section first default hide */ </style> Edited November 20 by Adam9 Link to comment
tuanphan Posted November 22 Share Posted November 22 Add this to Page Header, under your code <style> footer.sections .content-wrapper { display: block !important; } </style> 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment