Dag_ Posted February 22, 2023 Posted February 22, 2023 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?
Solution Ziggy Posted February 22, 2023 Solution Posted February 22, 2023 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 Hire me on Upwork! 📈 SEO Space (Referral link) Ⓜ️ Will Myers' Plugins & Tutorials (Referral link) 🔌 Ghost Squarespace Plugins (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee?
Dag_ Posted February 22, 2023 Author Posted February 22, 2023 Brillant, that worked well! Thank you Ziggy 1
Adam9 Posted November 19, 2023 Posted November 19, 2023 (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, 2023 by Adam9
tuanphan Posted November 22, 2023 Posted November 22, 2023 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment