I have that, but I need to add <amp-img src= to the image so I can add the responsive tag so it can auto resize
Quote:
Originally Posted by Colmike7
In head:
<style amp-custom>
.img-background { background-image: url(/image.jpg); }
</style>
Html:
<pre>
<div class="img-background"></div>
</pre>
|