captionate icon indicating copy to clipboard operation
captionate copied to clipboard

check if already wrapped

Open CemEgri opened this issue 4 years ago • 0 comments

Great script!

I use it to captionate ALL images on a wiki-like site. This caused double-wrapping for img's already in figure tags. So I added;

if ($parentAnchorLink.is('figure')) { return; }

CemEgri avatar Jan 03 '21 10:01 CemEgri