How to make all images grayscale (including photosets)
Normally, applying a grayscale filter to img only works with photo posts, not photosets, because photosets use iFrame. So, you'll want to put these in your CSS: (after style)
img { -webkit-filter: grayscale(100%); }
.html_photoset { -webkit-filter: grayscale(100%); }












