captionate
captionate copied to clipboard
Auto generates HTML5 image captions using figure and figcaption with JQuery
Results
1
captionate issues
Sort by
recently updated
recently updated
newest added
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; }