FxMk Posted January 4, 2022 Share Posted January 4, 2022 Site URL: https://www.fauxmilk.com Hello! I was wondering if it is possible to blur an entire gallery until the visitor click a checkmark box to unblur it? If so how do I do this? My galley is here (nsfw warning) https://www.fauxmilk.com/illustrations Password is Hello Here is a site that does this (nsfw warning) https://mscloud.art/nsfw/ Link to comment
Beyondspace Posted January 8, 2022 Share Posted January 8, 2022 On 1/5/2022 at 3:19 AM, FxMk said: Site URL: https://www.fauxmilk.com Hello! I was wondering if it is possible to blur an entire gallery until the visitor click a checkmark box to unblur it? If so how do I do this? My galley is here (nsfw warning) https://www.fauxmilk.com/illustrations Password is Hello Here is a site that does this (nsfw warning) https://mscloud.art/nsfw/ Try adding to Home > Design > Custom Css #collection-5e6a6d1a479366381da2a9b0 { .sqs-block-image-figure { img { filter: blur(10px); -webkit-filter: blur(10px); -moz-filter: blur(10px); -o-filter: blur(10px); -ms-filter: blur(10px); } &:hover { img { filter: blur(0); -webkit-filter: blur(0); -moz-filter: blur(0); -o-filter: blur(0); -ms-filter: blur(0); } } } } Let me know how it works on your site Support me by pressing 👍 if this useful for you 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
FxMk Posted January 8, 2022 Author Share Posted January 8, 2022 2 hours ago, bangank36 said: Try adding to Home > Design > Custom Css #collection-5e6a6d1a479366381da2a9b0 { .sqs-block-image-figure { img { filter: blur(10px); -webkit-filter: blur(10px); -moz-filter: blur(10px); -o-filter: blur(10px); -ms-filter: blur(10px); } &:hover { img { filter: blur(0); -webkit-filter: blur(0); -moz-filter: blur(0); -o-filter: blur(0); -ms-filter: blur(0); } } } } Let me know how it works on your site Support me by pressing 👍 if this useful for you This works by blurring out my gallery but when I hover over the image it'll unblur. Is there a way to blur out the entire gallery but unblur all of it when the visitor checks a checkmark box like how this site does? (nsfw warning) https://mscloud.art/nsfw/ 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