Photo darkness in Lightbox

Posted in: Newspaper
Post count: 14

hi, how to prevent this is darkened in the lower area on an image in “modal image” mode?
I am a photographer and since the images should be in the lower third, when clicking on them from the contribution of the background darkens and the image is shown in the lightbox, not darken. The pictures are to retain over the entire area to its original brightness.

in german:
Hallo, wie kann man bei einem Bild im “modal image” Modus verhindern, dass dieses im unteren Bereich abgedunkelt wird?
Ich bin Fotograf und da sollten die Bilder im unteren Drittel, wenn man sie aus dem Beitrag anklickt, der Hintergrund sich verdunkelt und das bild in der Lightbox gezeigt wird, sich nicht verdunkeln. Die Bilder sollen über die ganze Fläche ihre ursprüngliche Helligkeit behalten.

regards
Marc

Post count: 14

Photo in Lightbox

Original-Photo

  • This reply was modified 11 years by Marc.
  • This reply was modified 11 years by Marc.
Post count: 7909

Hi,

Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/vaSK8Dwm

.mfp-figure:before{
display: none;
}

Thanks!

Post count: 14

hi,
I have added the CSS change in “Theme Panel > Custom Css” by copy and paste. However, it still remains the dark stripes in the lower third.

Post count: 7909

Hi,

Try to use !important like this:

.mfp-figure:before{
display: none !important;
}

If this doesn’t work please provide a link so I can inspect this.

Thanks!

Post count: 14

Thank you, it works

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.