DerPapa Posted March 22, 2021 Share Posted March 22, 2021 Site URL: https://www.ground-studios.com/test Hi I'm a CG Artist, no Web coder. I try to implement an interactive spinning animation of an object onto my site, but struggle with the mobile appearance. The Embed Block I use is responsive in width, but not in height. Due to this there is a lot of space between the blocks in mobile mode. I'm wondering if there is a way to do it? Please check the submitted URL, were i set up a testsite. Thanks in advance Michael Beyondspace 1 Link to comment
Beyondspace Posted March 23, 2021 Share Posted March 23, 2021 20 hours ago, DerPapa said: Site URL: https://www.ground-studios.com/test Hi I'm a CG Artist, no Web coder. I try to implement an interactive spinning animation of an object onto my site, but struggle with the mobile appearance. The Embed Block I use is responsive in width, but not in height. Due to this there is a lot of space between the blocks in mobile mode. I'm wondering if there is a way to do it? Please check the submitted URL, were i set up a testsite. Thanks in advance Michael I helped you create custom css for the responsive iframe, it will display iframe in ratio 1:1, add this into Design->Custom css #block-yui_3_17_2_1_1616417833934_5454 .sqs-block-content, #block-yui_3_17_2_1_1616417678756_5198 .sqs-block-content { height: 0 !important; padding-top: 100%; overflow: visible; } #block-yui_3_17_2_1_1616417833934_5454 .sqs-block-content iframe, #block-yui_3_17_2_1_1616417678756_5198 .sqs-block-content iframe { position: absolute; top: 0; height: 100%; width: 100%; } The text #block-yui_3_17_2_1_1616417833934_5454 - #block-yui_3_17_2_1_1616417678756_5198 are unique id of the block, you can get your real one using this extension Chrome Web Store - Extensions (google.com) tuanphan 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment