ensure that all mascot images are the same size
Before Width: | Height: | Size: 9.7 KiB After Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 8.1 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 9.3 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 23 KiB |
|
@ -8,7 +8,7 @@
|
|||
<div class="description" v-translate>A free software to take back control of your videos</div>
|
||||
</div>
|
||||
|
||||
<img class="peertube-mascot" :src="buildImgUrl(mascotPaths[currentMascot])" @click="switchMascot()" alt="">
|
||||
<img class="peertube-mascot" :src="buildImgUrl(mascotPaths[currentMascot])" @click="switchMascot()" alt="" height="150px">
|
||||
|
||||
<div class="marketing" v-translate>
|
||||
With more than 100 000 hosted videos, viewed more than 6 millions times and 20 000 users,
|
||||
|
@ -19,7 +19,6 @@
|
|||
|
||||
<section id="what-is-peertube">
|
||||
|
||||
<!-- TODO: make the embed bigger -->
|
||||
<div class="one-column">
|
||||
<div class="iframe-responsive">
|
||||
<iframe sandbox="allow-same-origin allow-scripts" v-bind:src="getIframeUrl()" frameborder="0" allowfullscreen></iframe>
|
||||
|
|