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?
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?
Add this code to the bottom of your custom CSS, it should fix the issue:
Let me know if that did what you wanted!
Code:
img#lightbox-image {
filter: none;
}
Let me know if that did what you wanted!
Sanne wrote:
Add this code to the bottom of your custom CSS, it should fix the issue:
Let me know if that did what you wanted!
Code:
img#lightbox-image {
filter: none;
}
Let me know if that did what you wanted!
Yes! That did it! Thank you very much
You're welcome!
You are on: Forums » Art & Creativity » Template Filters & Gallery Images
Moderators: Mina, Keke, Cass, Claine, Sanne, Dragonfire, Ilmarinen, Darth_Angelus