Lightview3 - fixing the image position

MDDreams

New Member
I am using "lightview" to show images in my website, the problem is that the image to much low, so I can see less than 50% of the photoExample:
tdakL.jpg
I noticed that if I delete this CSS source, it works fine\[code\]header { height: 100%; background-image: url('../g.png'); position: relative; width: 100%; background-repeat: no-repeat; max-height: 300px;}\[/code\]My question is how can I fix this problem (something with this css), and what cause this problem? Thanks!
 
Back
Top