capovelli Posted February 21, 2022 Share Posted February 21, 2022 Site URL: http://capovelli.com Hi, In mobile mode, is it possible for the background image to change orientation. e.g Instead of horizontal change to vertical. So the background image is viewed vertically on mobile devices ? The screenshot below shows the image horizontally, is it possible to rotate this vertically so it would match layout of most devices. Many thanks. Link to comment
Beyondspace Posted February 21, 2022 Share Posted February 21, 2022 1 hour ago, capovelli said: Site URL: http://capovelli.com Hi, In mobile mode, is it possible for the background image to change orientation. e.g Instead of horizontal change to vertical. So the background image is viewed vertically on mobile devices ? The screenshot below shows the image horizontally, is it possible to rotate this vertically so it would match layout of most devices. Many thanks. I think we can implement one more image block that has the vertical background. So we can set some code to hide it when you are on desktop display and visible when you are on mobile display capovelli 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
capovelli Posted February 21, 2022 Author Share Posted February 21, 2022 @bangank36 How do i got about doing this ? Do i need to create another image block ? Please let me know and again thank you for your helpe. Appriciate it! Link to comment
tuanphan Posted February 23, 2022 Share Posted February 23, 2022 On 2/21/2022 at 10:17 PM, capovelli said: How do i got about doing this ? Do i need to create another image block ? Please let me know and again thank you for your helpe. Appriciate it! You can add 2 images, then we will give the code to do this Or you can add this to Design > Custom CSS to replace mobile with new image /* Mobile third image */ @media screen and (max-width:767px) { body.homepage .blog-basic-grid.collection-content-wrapper a[href="/home/lokibot"] img { content: url(https://cdn.pixabay.com/photo/2020/04/08/06/55/elephant-5015964__480.jpg); } } capovelli 1 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