I have tried to change the images on my site from img to svg, changing img tags to embed and object tags. Bu
img
svg
embed
object
It worked by simply replacing the tag with and deleting the type attribute.
For instance, in my code, instead of:
which does not answer the clicking, I wrote:
It works in Internet Explorer and Google Chrome, and I hope that in the other browsers too.