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
The code used to replace srcset and sizes attributes is overly simple and can cause issues like replacing parts of the src or other unrelated attributes:
The code used to replace
srcset
andsizes
attributes is overly simple and can cause issues like replacing parts of thesrc
or other unrelated attributes:To fix this, we need to implement a proper parsing of the HTML tag and its attributes.
The issue was reported on wordpress.org: https://wordpress.org/support/topic/broken-image-10/
The text was updated successfully, but these errors were encountered: