and I tried with some styles and used the following to replace the responsive styles in my responsive stylesheet. Seems the lightbox is loading better. At least for now.
.responsive #lightbox-container-image-box,
.responsive #lightbox-container-image,
.responsive #lightbox-image
{
.responsive #lightbox-container-image-data-box,
.responsive #lightbox-container-image-data
{
Thank You for your support.
.responsive #lightbox-container-image-box,
.responsive #lightbox-container-image,
.responsive #lightbox-image
{
width:94% !important;
height:auto !important;
}.responsive #lightbox-container-image-data-box,
.responsive #lightbox-container-image-data
{
width:90% !important;
height:auto !important;
padding:0 2% !important;
}Thank You for your support.