I have an AMP page that I load the logo image by inserting the link inside the img tag, like this:
<amp-img src="//i2.wp.com/www.meusite.com.br/wp-content/uploads/lgootipo.png" alt="logotipo" width="356" height="137">
However, what would be the best practice to load this image?
I thought of calling the image with background-image: url("...")
inside the tag style
Is it better to leave the way it is or load with the image with CSS ??