What would you like to know more about?

Zoomable Lightbox Images

Lightbox images are images that are zoomable once published. If you're not sure why your image is not zoomable, follow these instructions to troubleshoot it.

You must be an author or admin to update the attributes.
The zoom-in function works on two different use-cases:
  • Image inside a <figure>, which is what you have mentioned in your feedback.

  • Image with a 'lightbox' outputclass.

If you have images that are not wrapped in a <figure> tag, you will need to add 'lightbox' outputclass this to your DITA <image>.The reason behind this is, we don't want to apply zoom-in function to inline images.

  1. Insert an image.
  2. In the Attributes panel, make sure the Element displays "image".
  3. In the outputclass field, type lightbox.