Skip to content

Commit

Permalink
Merge pull request #35 from 1xINTERNET/feature/Add-videos-26
Browse files Browse the repository at this point in the history
Add videos
  • Loading branch information
breidert authored Jun 26, 2024
2 parents 63f7a36 + 1fcc4fb commit 2058ff0
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions src/components/VideoPlayer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,25 @@
import IconChevronRight from "@icons/IconChevronRight.astro";
---

<div data-service="youtube" data-id="wFAazFeFgOY" data-autoscale></div>
<!--<div data-service="youtube" data-id="wFAazFeFgOY" data-autoscale></div>-->
<div data-service="youtube" data-id="ltmYSwWXI7U" data-autoscale></div>
<div class="max-w-80 sm:container">
<div class="flex gap-3 items-center mb-3">
<span>Weitere videos</span>
</div>
<div class="relative">
<div class="flex gap-3 overflow-x-scroll scrollbar-hide">
<div data-service="youtube" data-id="wFAazFeFgOY" data-autoscale></div>
<div data-service="youtube" data-id="Ctka2DBfRRU" data-autoscale></div>
<div data-service="youtube" data-id="Fxb9bgPpnys" data-autoscale></div>
<div data-service="youtube" data-id="nTSPnnAbvpc" data-autoscale></div>
<div data-service="youtube" data-id="x2fNlaTvd60" data-autoscale></div>
<div data-service="youtube" data-id="LyVeknDDQCw" data-autoscale></div>
<div data-service="youtube" data-id="QNXl7RAOevI" data-autoscale></div>
<div data-service="youtube" data-id="jF1Vx43Ci4Y" data-autoscale></div>
<div data-service="youtube" data-id="y8XRUDH47GQ" data-autoscale></div>
<div data-service="youtube" data-id="AX_aO89s5kw" data-autoscale></div>
<!--<div data-service="youtube" data-id="QNXl7RAOevI" data-autoscale></div>-->
<div data-service="youtube" data-id="i4Ap6hCtyug" data-autoscale></div>

<div class="min-w-[40%] min-h-full"></div>
</div>
<div
Expand Down

0 comments on commit 2058ff0

Please sign in to comment.