Added thumb and lazy image scripts. Added FreeOnes and Boobpedia as sites.

This commit is contained in:
2020-05-13 23:17:39 +02:00
parent dac451bb86
commit f1eb29c713
1856 changed files with 128 additions and 29 deletions

View File

@@ -69,7 +69,7 @@
{{ actor.origin.country.alpha2 }}
<img
class="flag"
:src="`/img/flags/${actor.origin.country.alpha2.toLowerCase()}.png`"
:src="`/img/flags/${actor.origin.country.alpha2.toLowerCase()}.svg`"
>
</span>
@@ -195,7 +195,7 @@ export default {
padding: .5rem;
position: absolute;
bottom: 0;
font-size: .8rem;
font-size: .9rem;
font-weight: bold;
}
@@ -210,7 +210,14 @@ export default {
}
.country {
text-align: right;
display: flex;
justify-content: flex-end;
align-items: center;
}
.flag {
height: 1rem;
margin: 0 0 0 .5rem;
}
.age-then {

View File

@@ -6,7 +6,7 @@
:class="{ sfw }"
>
<img
:src="`/img/logos/${network.slug}/network.png`"
:src="`/img/logos/${network.slug}/thumbs/network.png`"
:alt="network.name"
class="logo"
>