featherlight.js - prevent resizing on content changes

111 views Asked by At

i am using tabbed content inside the lightbox. When a tab is clicked and the content dimension differs, the lightbox is resized. How can i prevenis behaviour? The size of the lightbox should not change after initial load? Regards, Robert

1

There are 1 answers

0
Marc-André Lafortune On

It's not officially supported.

I think the following would work though:

delete $.Featherlight._callbackChain.onResize;