dreamonkey/responsive-image-plugin

Error if same property is provided multiple times into an attribute

IlCallo opened this issue · 0 comments

responsive-ad="ratio=3:4{sm};ratio=5:6{md}" isn't a valid syntax and should generate an error.
The corresponding valid syntax is comma-separating the values for the same property responsive-ad="ratio=3:4{sm},5:6{md}"