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
I believe it is still an issue. My solution was to rewrite responsive-img. Not sure if it fixed the otherAttributes encoding issue. My solution focused on adding built-in attributes. It was from before I was aware of the decoding attribute.
Expected behavior
As stated in responsive-img.html:
otherAttributes
:Any other HTML attributes you want on the img tag, for example "height='100' width='100'"
Actual behavior
But if we pass any attribute in the carousel.html to otherAttributes variable, it does not show the attributes correctly in the html.
Steps to reproduce behavior
Fix
In responsive-img.html change {{otherAttributes}} to {{{otherAttributes}}}
The text was updated successfully, but these errors were encountered: