Editor Lighbox - individual Sizes

Editor Lighbox - individual Sizes

mdesignmdesign Posts: 70Questions: 16Answers: 0

ist there a way to set individual sizes for the lightbox.

i have an default css setup, like:
div.DTED_Lightbox_Wrapper {
left: 0;
right: 0;
width: 100%;
max-width: 800px; /* default */
margin: auto;
}

for a special page i need a bigger lightbox, but the following css doesn't work. does anybody know why ??

body.anotherpage div.DTED_Lightbox_Wrapper {
max-width: 1800px; /* for this page */
}

Answers

  • mdesignmdesign Posts: 70Questions: 16Answers: 0
    edited March 2020

    ... ?

  • colincolin Posts: 15,112Questions: 1Answers: 2,583

    This example should help, it's showing how to make it wider. There are a few other threads in the forum that should help too.

    Colin

This discussion has been closed.