Closed bhshawon closed 7 years ago
Currently the extension only transforms the images which are in img tag. But images can also be in a page in for of css background-image attribute. These images needs to be transformed to.
img
background-image
Implemented in https://github.com/bhshawon/skinter/commit/0236cf330b30405d351114cce70f7bbc07d970dc
Background images added by javascript later will not work.
Currently the extension only transforms the images which are in
img
tag. But images can also be in a page in for of cssbackground-image
attribute. These images needs to be transformed to.