Тёмный

Squarespace Gallery Section Hover Effects // Gallery Image Hover Effects 

InsideTheSquare - Squarespace Tutorials
Подписаться 25 тыс.
Просмотров 748
50% 1

Squarespace offers a cool feature called "gallery sections" to showcase multiple pictures inside a section on your site, and thanks to some creative CSS, we can add unique hover effects to those images!
In this tutorial you’ll learn how to add a hover effect using image filters. For a list of image filters, check out this article on my blog: insidethesquare.co/image-filters
Important Info: This tutorial is for Squarespace version 7.1 and wont work for older versions of Squarespace. Visit insidethesquare.co/themes to learn more.
Here are the gallery section selector classes by type:
*Grid: simple*
.gallery-grid-item img
*Grid: strips*
.gallery-strips-item img
*Grid: masonry*
.gallery-masonry-item img
*Slideshow: simple*
.gallery-slideshow-item img
*Slideshow: full*
.gallery-fullscreen-slideshow-item img
*Slideshow: reel*
.gallery-reel-item img
Here is the main code from the tutorial:
.gallery-grid-item img{
filter:grayscale (1) blur (2px);
transition: filter 1s
}
.gallery-grid-item img:hover{
filter: grayscale (0)
}
For more creative codes like these, get my Squarespace code collection at insidethesquare.co/css
Related Content:
📝 Original blog post → insidethesquare.co/squarespac...
🌠 Image filter article → insidethesquare.co/image-filters
❤️ Support my channel → buymeacoffee.com/insidethesquare
📖 Learn CSS for FREE → insidethesquare.co/learn
1️⃣ Apply this code to a single section → insidethesquare.co/resources/...
📑 My Squarespace code collection → insidethesquare.co/css
🙋‍♀️ Have a question? Check out my code troubleshooting tips → insidethesquare.co/code-help
- - -
The term "Squarespace" is a trademark of Squarespace, Inc. This video was not approved or endorsed by Squarespace, Inc. I just really love their platform ♥ #SquarespaceTutorial #CustomCode #WebsiteDesign #SquarespaceTips #WebDevelopment #VideoCollection #CreativeDesign #OnlinePresence #Squarespace7.1 #WebDesignInspo #DIYWebsite #TutorialTuesday #ContentCreation

Опубликовано:

 

17 июн 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 12   
@rebeccafonseca9187
@rebeccafonseca9187 24 дня назад
So kind :) Thank you!
@InsideTheSquare
@InsideTheSquare 23 дня назад
You are so welcome! 🤗
@DanDill
@DanDill 24 дня назад
Thank you!
@InsideTheSquare
@InsideTheSquare 24 дня назад
You're welcome! :)
@andrewmatthews8498
@andrewmatthews8498 23 дня назад
These videos are so useful! Really helping me get the grasp of CSS for my works website. However, some of these things don't work when there are site wide animations on (we have the fade on and we aren't allowed to turn them off) is there any way around this?
@InsideTheSquare
@InsideTheSquare 6 дней назад
Unfortunately there isn't; when you select a site wide animation, it gets added to a layer of code that we can't overwrite with simple CSS.
@RedPoppyArtHouse
@RedPoppyArtHouse 18 дней назад
This is great, thanks. Do you know if swapping the image is possible? Happy to hire if available.
@InsideTheSquare
@InsideTheSquare 11 дней назад
This tutorial can help: insidethesquare.co/squarespace-tutorials/second-image-on-hover
@RedPoppyArtHouse
@RedPoppyArtHouse 11 дней назад
@@InsideTheSquare Wow, thank you. Do you happen to know if this is possible on Gallery Grid Sections? ...I found nth child code that works for it but interferes with my filter (category) code -ha always tradeoffs I guess. Thx again, much appreciated!
@lallenwork
@lallenwork 5 дней назад
Hi, this is awesome thank you - was wondering how I can keep this contained to one single page rather than have it effect all the galleries on my entire website? Thanks!
@InsideTheSquare
@InsideTheSquare 4 дня назад
Great question! You can isolate an individual part of your site by using its block id, or in your case, data section id. Here is an article & tutorial video with more info: insidethesquare.co/resources/squarespace-css-targeting-tips
@lallenwork
@lallenwork 2 дня назад
@@InsideTheSquare Thank you for this, much appreciated!
Далее
Top 10 CSS One Liners That Will Blow Your Mind
13:34
Просмотров 920 тыс.
How to send invoices through Squarespace
6:57
Adobe is horrible. So I tried the alternative
25:30
Просмотров 475 тыс.
The 5 Levels of Web Design - Worst to BEST UI/UX
11:22
Squarespace How to Make Images Clickable
6:32
Просмотров 6 тыс.
Award Winning Animation With Only 20 Lines Of CSS?
6:59