Nouellin Posted March 15, 2023 Share Posted March 15, 2023 Hello and good day everyone, Any idea how can I add blur over the images in my gallery, just as this photographer does on his site? My site: https://nouellin.com/ His: https://josselin.de/blog/constellations/ Thank you! Link to comment
Ziggy Posted March 15, 2023 Share Posted March 15, 2023 I don't think that website has any blur effect added, I think the image are just "low-fi". If you want blury images you can certainly do that with Custom CSS: collection-type-gallery .thumb-list .thumb img { filter: blur(1px); transition:ease-in-out 200ms; &:hover { filter: blur(0px); } } and even lose the blur on hover... Nouellin 1 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! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? 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