i want to all my big .png files to .avif . But Browsers like MS Edge etc. do not support .avif images. Is there any way to display .avif files in f.e. Edge, or provide the Browser two images (.png and .avif) and the browser decides, which image to display?
My Code:
<a href="./"><img src="img/logo.avif" alt="Logo – Test"></a>