Lightbox CSS To Define Image Size After Clicking Image - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

Lightbox CSS To Define Image Size After Clicking Image

LW

Lisa Willaman

SP Page Builder 4 years ago

Is my subject enough?

Ok, I need some CSS to make an image using "open in Lightbox" open that image to a specific dimension.

Any tips appreciated!

Thanks!

0
1 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 4 years ago #9564

Hello Lisa Willaman

Sorry, we do not provide customization support. Here is a hint for you. Try this CSS:

.mfp-image-holder .mfp-content{
    position: absolute;
    top: 50%;
}

Best regards

0