Florian FL
Neues Mitglied
Zuletzt bearbeitet:
Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
Ich möchte es mit HTML und CSS automatisieren.Und ohne das HTML und CSS wird es kaum möglich sein, eine Lösung anzubieten. Wenn die Seite öffentlich ist, dann poste am besten die URL.
<picture>
<source srcset="/img/articles/computer-2786081_235.avif 1x, /img/articles/computer-2786081_235@2x.avif 2x, /img/articles/computer-2786081_235@3x.avif 3x" type="image/avif">
<source srcset="/img/articles/computer-2786081_235.webp 1x, /img/articles/computer-2786081_235@2x.webp 2x, /img/articles/computer-2786081_235@3x.webp 3x" type="image/webp">
<source srcset="/img/articles/computer-2786081_235.jpg 1x, /img/articles/computer-2786081_235@2x.jpg 2x, /img/articles/computer-2786081_235@3x.jpg 3x" type="image/jpeg">
<img src="/img/articles/computer-2786081_235.jpg" alt="Boot from hardware USB devices in Virtual Machines" title="Boot from hardware USB devices in Virtual Machines" loading="lazy" class="size-235 raster ext-jpg" width="235" height="144">
</picture>
img {
width: 100%;
height: auto;
}
body {
background-size: cover;
}