Thread Starter
wingt
(@wingt)
Hi @vanyukov,
The image is inlined in HTML, e.g.
<div class="wp-block-cover__image-background ..." style="background-position:50% 50%;background-image:url(https://.../xx.jpg)"></div>
Though the above inlined image cannot be transformed, we find another inlined image **can** be transformed, e.g.
<div class="background ..." style="background-image: url(https//xxx/.../xx.jpg)">{some more inner html}</div>