Hi!
I used this code to added lightbox feature in image using raw content element.
[x_image class="my-image" src="http://yourdomain.com/image.jpg" alt="Example" type="thumbnail" link="true" href="http://yourdomain.com/image.jpg" title="Example Image"][x_lightbox selector=".my-image" opacity="0.875"]
However the lightbox opens in a “zoomed-in” mode with no scroll option. How do I restrict the height of lightbox to 100% so that it doesn’t cross the top of the screen?