Project

Contents

Issue #00005492

jquery-plugin Lightbox does not render correctly if site has box-sizing: border-box
AFW
Bug

The size of the lightbox is calculated based on the size of the image. This calculation is wrong if the webiste-s css has box-sizing:border-box.

We now ensure box-sizing:content-box for the lightbox module.