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.
Hallo Zusammen,
Wenn man bei Youtube die die Vorschauen von den Videos anschaut gibt es
im Bild links unten ein Icon + wo man das Video zu der Quickliste hinzufügen
kann.
Weiss jemand wie man das machen kann. Kann mir dabei jemand weiterhelfen.
Vielen dank
Claxan
<div class="vorschau">
<a href="link-zum-video.html">
<img src="bild.jpg" alt="" />
</a>
<a class="quickbutton" href="link-zur-quicklist.html">+</a>
</div>
.vorschau {
position: relative;
}
a.quickbutton {
position: absolute;
bottom: 5px;
left: 5px;
padding:3px;
font: bold 16px Arial, Helvetica;
background-color: #000;
color: #ccc;
text-decoration:none;
}
a.quickbutton:hover {
color: #fff;
}
.vorschau {
position: relative;
}
a.quickbutton {
position: absolute;
bottom: 5px;
left: 5px;
}