dimsemenov / Magnific-Popup

Light and responsive lightbox script with focus on performance.
http://dimsemenov.com/plugins/magnific-popup/
MIT License
11.38k stars 3.49k forks source link

border top on images #162

Open guyvanbael opened 11 years ago

guyvanbael commented 11 years ago

Hi,

After implementing it, a "top border" appears on the zoomed images (also on the arrows and the close buttons. I attached a screenshot.

grtz, guy schermafbeelding 2013-07-19 om 09 54 18

dimsemenov commented 11 years ago

Please upload this somewhere and provide link.

guyvanbael commented 11 years ago

Hi,

Screenshot is here http://phobostestbe.webhosting.be/lightboxissue/lightboxissue.png

dimsemenov commented 11 years ago

Sorry, I meant upload the page, not screenshot, I can see it.

guyvanbael commented 11 years ago

Hi,

Here's the link to the page (it's just a testpage). http://phobostestbe.webhosting.be/lightboxissue/magnific-lightbox.html

dimsemenov commented 11 years ago

Looks like it's a box-shadow from your styles, remove it

button.mfp-close, button.mfp-arrow {
-webkit-box-shadow: none;
box-shadow: none;
}