vivid-photo icon indicating copy to clipboard operation
vivid-photo copied to clipboard

Main images in background all have a grid of black dots through them.

Open damonthompson opened this issue 9 years ago • 2 comments

Awesome website template and I'm trying to use it to showcase some of my photography work but the large images that load are all perforated with black pixels, like the function to display the image isn't quite right? capture

I've attached a portion of one of the photos that shows the effect I'm talking about. Have you any ideas how to fix this please?

Much appreciated, Damon

damonthompson avatar Feb 17 '16 16:02 damonthompson

You can fix this by going to the style.css and changing the opacity on line 134 #overlay.

ex. #overlay { width: 100%; height: 100%; position: fixed; top: 0px; left: 0px; background: url(images/dotted.png); opacity: 0.0;

fcimp42 avatar Apr 10 '16 23:04 fcimp42

Cheers mate that worked a treat!

Thanks for your help and for providing this template, good on you!

Damon

From: fcimp42 [mailto:[email protected]] Sent: Monday, 11 April 2016 9:40 AM To: priteshgupta/vivid-photo Cc: Damon Thompson Subject: Re: [priteshgupta/vivid-photo] Main images in background all have a grid of black dots through them. (#2)

You can fix this by going to the style.css and changing the opacity on line 134 #overlay.

ex. #overlay { width: 100%; height: 100%; position: fixed; top: 0px; left: 0px; background: url(images/dotted.png); opacity: 0.0;

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/priteshgupta/vivid-photo/issues/2#issuecomment-208092693 https://github.com/notifications/beacon/AQfyiiCt_TVXKFclUpTd4eI_RkzJP6VSks5p2Yo7gaJpZM4HcQku.gif

damonthompson avatar Apr 11 '16 08:04 damonthompson