What is Lightbox ?

The Lightbox is a special effect used to display content images in a modal dialog that floats atop the web page.

lightbox2.png

How to enable Lightbox ?

The Lightbox is an effect of the Post Content Control. It can be enabled/disabled in the Property Window:

lightbox-option3.png

How to disable Lightbox for particular images ?

The option described above enables Lightbox for all images inside Post Content on all pages that use particular templates where you edited Post Content control.
In some cases, for example, to create a download image link, the Lightbox should be disabled.
To do this you should add the no-lightbox class to the chosen image:

<a href="/files/file.pdf"><img  src="/images/image.png" alt="download file" class="no-lightbox"></a>

#### What is *Lightbox* ? The Lightbox is a special effect used to display content images in a modal dialog that floats atop the web page. !lightbox2.png! #### How to enable *Lightbox* ? The Lightbox is an effect of the Post Content Control. It can be enabled/disabled in the Property Window: !lightbox-option3.png! #### How to disable *Lightbox* for particular images ? The option described above enables Lightbox for all images inside Post Content on all pages that use particular templates where you edited Post Content control. In some cases, for example, to create a download image link, the Lightbox should be disabled. To do this you should add the `no-lightbox` class to the chosen image: <a href="/files/file.pdf"><img src="/images/image.png" alt="download file" class="no-lightbox"></a>