Use new picture tag for images
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
<footer id="footer" class="content-spacing">
|
||||
<img id="small-logo" src="resources/img/Uğur%20Galeri/footer-white.png" alt="Uğur Galeri U logosu">
|
||||
<picture>
|
||||
<source srcset="resources/img/footer.webp" type="image/webp">
|
||||
<img src="resources/img/footer.png" alt="Uğur Galeri">
|
||||
</picture>
|
||||
<div class="footer-columns">
|
||||
<div class="footer-column">
|
||||
<h1>Uğur Galeri</h1>
|
||||
|
||||
Reference in New Issue
Block a user