cleverbeaver Posted March 23, 2022 Share Posted March 23, 2022 Site URL: https://flywithaero.com Hi. Added this code to handle a hover image flip on desktop. Is there an easy way to make it clickable to force the flip vs hover so that it works on mobile? Thx! /*Card Flip Effect */ #block-85a887d1dc5628d60653, #block-031ca31155a4ee12892f, #block-ec3b24d7d269c403c1c5 { /* Default Setup */ &.image-block .sqs-block-content{ perspective: 2000px; } .design-layout-poster { position: relative; transition: transform 0.8s; transform-style: preserve-3d; } //Image .design-layout-poster .intrinsic{ -webkit-backface-visibility: hidden; backface-visibility: hidden; } //Caption .design-layout-poster figcaption{ -webkit-backface-visibility: hidden; backface-visibility: hidden; transform: rotateY(180deg); background: hsla(0,0%,15%,1); //Add if needed //border-radius: 20px; } /*Hover Effect*/ &.image-block:hover .design-layout-poster { transform: rotateY(180deg); } } Link to comment
Beyondspace Posted March 25, 2022 Share Posted March 25, 2022 On 3/24/2022 at 4:33 AM, cleverbeaver said: Site URL: https://flywithaero.com Hi. Added this code to handle a hover image flip on desktop. Is there an easy way to make it clickable to force the flip vs hover so that it works on mobile? Thx! /*Card Flip Effect */ #block-85a887d1dc5628d60653, #block-031ca31155a4ee12892f, #block-ec3b24d7d269c403c1c5 { /* Default Setup */ &.image-block .sqs-block-content{ perspective: 2000px; } .design-layout-poster { position: relative; transition: transform 0.8s; transform-style: preserve-3d; } //Image .design-layout-poster .intrinsic{ -webkit-backface-visibility: hidden; backface-visibility: hidden; } //Caption .design-layout-poster figcaption{ -webkit-backface-visibility: hidden; backface-visibility: hidden; transform: rotateY(180deg); background: hsla(0,0%,15%,1); //Add if needed //border-radius: 20px; } /*Hover Effect*/ &.image-block:hover .design-layout-poster { transform: rotateY(180deg); } } Do you mean making the following item clickable? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight 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
cleverbeaver Posted March 25, 2022 Author Share Posted March 25, 2022 Hi .. no it is these 3 windows. Thanks! https://flywithaero.com/experience-matters Link to comment
tuanphan Posted March 26, 2022 Share Posted March 26, 2022 14 hours ago, cleverbeaver said: Hi .. no it is these 3 windows. Thanks! https://flywithaero.com/experience-matters I remember Image Block support url. Have you added link yet? 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!) Link to comment
cleverbeaver Posted March 28, 2022 Author Share Posted March 28, 2022 HI @tuanphan Not sure that was me. Can you clarify? Thx Link to comment
tuanphan Posted March 30, 2022 Share Posted March 30, 2022 On 3/28/2022 at 8:29 PM, cleverbeaver said: HI @tuanphan Not sure that was me. Can you clarify? Thx 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!) 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