Skip to main content

Forums » Art & Creativity » Template Filters & Gallery Images

I've been fiddling with templates and put filters (Greyscale) on images, though this effects gallery images when the preview has been clicked on and it brings up the preview.

I've tested a range of codes to combat the filter on the #lightbox-container-image to show true color rather than greyscale.

You can see what I'm talking about here (SFW). I enjoy the preview being greyscale until it's hovered over, though when the image is clicked on to bring up larger size (the lightbox) it shows greyscale. When you click on the preview to bring image up on another window/tab, it shows true color.

Is there anyway to combat this?
Sanne Moderator

Add this code to the bottom of your custom CSS, it should fix the issue:
Code:
img#lightbox-image { filter: none; }

Let me know if that did what you wanted!
Blitzkit Topic Starter

Sanne wrote:
Add this code to the bottom of your custom CSS, it should fix the issue:
Code:
img#lightbox-image { filter: none; }

Let me know if that did what you wanted!

Yes! That did it! Thank you very much :D
Sanne Moderator

You're welcome! :D

You are on: Forums » Art & Creativity » Template Filters & Gallery Images

Moderators: Mina, Keke, Cass, Auberon, Claine, Ilmarinen, Ben, Darth_Angelus