You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.
Hoping to give each elements it's own max width as some I need to allow for some caption text to the right. But setting the max-width data attribute seems to make the image shrink when clicked.
I confirm that the is a bug. This is due to the erroneous coercing of HTML5 data- attribute values into true, when it is not false. Fixed in 46c19a2 :)
Hoping to give each elements it's own max width as some I need to allow for some caption text to the right. But setting the max-width data attribute seems to make the image shrink when clicked.
See example.
https://jsfiddle.net/bennyb/f3z8f2kz/
The text was updated successfully, but these errors were encountered: