simple collage implementation
This commit is contained in:
@@ -1,27 +1,28 @@
|
||||
<template>
|
||||
<div>
|
||||
<video width="600" height="400" controls preload="none">
|
||||
<div class="flex-col">
|
||||
<p><a href="https://wiki.teamfortress.com/wiki/Demoman">The goat</a></p>
|
||||
<video class="bdr-1" width="300" height="400" controls preload="none">
|
||||
<source
|
||||
src="/img/demoman/1760582395316219.webm"
|
||||
type="video/webm"
|
||||
/>
|
||||
</video>
|
||||
<video width="600" height="400" controls preload="none">
|
||||
<video class="bdr-1" width="300" height="400" controls preload="none">
|
||||
<source
|
||||
src="/img/demoman/1761052136609718.webm"
|
||||
type="video/webm"
|
||||
/>
|
||||
</video>
|
||||
<video width="600" height="400" controls preload="none">
|
||||
<video class="bdr-1" width="600" height="400" controls preload="none">
|
||||
<source src="/img/demoman/1761088452011210.mp4" type="video/mp4" />
|
||||
</video>
|
||||
<video width="600" height="400" controls preload="none">
|
||||
<video class="bdr-1" width="600" height="400" controls preload="none">
|
||||
<source
|
||||
src="/img/demoman/1761570214170465.webm"
|
||||
type="video/webm"
|
||||
/>
|
||||
</video>
|
||||
<video width="600" height="400" controls preload="none">
|
||||
<video class="bdr-1" width="600" height="400" controls preload="none">
|
||||
<source
|
||||
src="/img/demoman/1761828457509465.webm"
|
||||
type="video/webm"
|
||||
@@ -29,3 +30,5 @@
|
||||
</video>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
|
||||
Reference in New Issue
Block a user