priteshgupta / vivid-photo

Free Photography Website Template
BSD 2-Clause "Simplified" License
47 stars 49 forks source link

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

Open damonthompson opened 8 years ago

damonthompson commented 8 years ago

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

fcimp42 commented 8 years ago

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; 
damonthompson commented 8 years ago

Cheers mate that worked a treat!

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

Damon

From: fcimp42 [mailto:notifications@github.com] 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