Plugin Author
Sarven
(@sarven)
Can you give a link to your site?
Hi
I also have the same aspect ration problem for width smaller than image width. Do you have any fix? Width gets squashed ot fit the image. Dont need that.
thank you
Plugin Author
Sarven
(@sarven)
Probably you have something like that:
img { max-width:100%; }
So you must add the code below to your stylesheet:
#supersized img { max-width: none; }
perfect, works reat!
Another thing is that the background overlay only works on the home page. I couldnt get it to work on any other pages. Are you aware of this or maybe i’m missing somehting?
Here is the home page, overlay works fine:
http://darya.wpengine.com/
and then other pages, overlay does not work:
http://darya.wpengine.com/bio/
Thank you.
Plugin Author
Sarven
(@sarven)
Add this code to your stylesheet and it should be fine.
#bg_pattern { top:0; left:0; }
Perfect! Thank you veru much for a great support.