Closed 0xRezaa closed 1 day ago
This PR makes sure that most of the img props which are not handled by the WixImage component itself are passed to the img element.
img
WixImage
It also refactors the picture use with source and img element to a purely img element usage
picture
source
This PR makes sure that most of the
img
props which are not handled by theWixImage
component itself are passed to the img element.It also refactors the
picture
use withsource
andimg
element to a purelyimg
element usage