karlhorky/gray

Images flash in color before script fires

GitFrankie opened this issue · 2 comments

Is there a creative way to hide the images until after the script runs? Thank you!

You could use an IE 10 and 11 hack like these with a CSS selector that will only match before the script runs (include img in your selector) to set them to opacity: 0 or visibility: hidden or something.

Would that work?

I'm going to close this, but feel free to comment again - happy to help further if necessary!