Monochrome Thumbnail menu

Post Reply
User avatar
Hopki
Gnome
Posts: 12999
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Hi,
After seeing a forum post I made this modified Silhouette Thumbnail Menu.
It shows monochrome thumbnails but changes to colour on mouseover.

The key to this was to make a copy of the node image.
Then in the copied node image add a greyscale filter to the CSS Styles.

Code: Select all

-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
The cool thing about this is the greyscale filter is in the node image element, so you use the same images for the colour thumbnails and the greyscale thumbnails eliminating the need for having both greyscale and colour images.

For more filters see this website: https://www.w3schools.com/cssref/css3_pr_filter.asp

Regards,
Hopki
Attachments
silhouette_monochrome_mhumbnail Menu Silhouette.ggskc
(18.2 KiB) Downloaded 472 times
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
User avatar
Tony
Posts: 1341
Joined: Mon Feb 15, 2010 6:54 am
Location: Adelaide, South Australia
Contact:

Love it Martin.

Here's a Monochrome-Blur version

Monochrome Blur Thumbnail Menu Silhouette.ggskc
(18.74 KiB) Downloaded 474 times

Tony
Tony Redhead | Panoramic Photographer | mobile: +61438501002 | website: https://tonyredhead.com - https://redsquare.com | Pano2VR Tutorials: https://tonyredhead.com/pano2vr | instagram: https://www.instagram.com/tonyredhead/
Post Reply