css greyscale filter for images
-
wrote on Oct 5, 2023, 9:55 AM last edited by
Hi!
I was wondering if you could help me implement a custom css to change from colored images to greyscale images, using the css greyscale filter.The scenario is the following:
In a project I am using the Element Grid in combination with the Lightbox Addon. I would like the images in the grid to appear as greyscale. Once zooming into the Lightbox view I want them to be the original colored version.Is there a way to do this?
Many thanks!
-
Hi!
I was wondering if you could help me implement a custom css to change from colored images to greyscale images, using the css greyscale filter.The scenario is the following:
In a project I am using the Element Grid in combination with the Lightbox Addon. I would like the images in the grid to appear as greyscale. Once zooming into the Lightbox view I want them to be the original colored version.Is there a way to do this?
Many thanks!
wrote on Oct 5, 2023, 10:01 AM last edited by alasdair17 Oct 5, 2023, 6:04 AM@Jian-Haake hey, try this:
body.lightbox-css-on > .lay-content .grid-inner .col[data-type=elementgrid] .img img {
filter: grayscale(1);
}
Hope that helps!
-
@Jian-Haake hey, try this:
body.lightbox-css-on > .lay-content .grid-inner .col[data-type=elementgrid] .img img {
filter: grayscale(1);
}
Hope that helps!
wrote on Oct 5, 2023, 10:18 AM last edited by@alasdair17 oh wow, it worked!!! Amazing!
Thank you so much :)
-
@alasdair17 oh wow, it worked!!! Amazing!
Thank you so much :)
wrote on Oct 5, 2023, 11:35 AM last edited by@Jian-Haake you're welcome, glad it worked! :)
I also code custom websites or custom Lay features.
💿 Email me here: 💿
info@laytheme.com
Before you post:
- When using a WordPress Cache plugin, disable it or clear your cache.
- Update Lay Theme and all Lay Theme Addons
- Disable all Plugins
- Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"
This often solves issues you might run into
When you post:
- Post a link to where the problem is
- Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
- If the problem is difficult to explain, post screenshots / link to a video to explain it