Replace vid with lighter version

This commit is contained in:
2026-02-01 22:24:54 +01:00
parent abe65ccff5
commit a4a508b0a0
25 changed files with 58 additions and 106 deletions

View File

@ -1,7 +0,0 @@
data: { }
size: 260582
last_modified: 1768903789
width: 2048
height: 1365
mime_type: image/jpeg
duration: null

View File

@ -1,7 +0,0 @@
data: { }
size: 216710
last_modified: 1768903790
width: 2048
height: 1365
mime_type: image/jpeg
duration: null

View File

@ -1,7 +0,0 @@
data: { }
size: 264086
last_modified: 1768903791
width: 2048
height: 1365
mime_type: image/jpeg
duration: null

View File

@ -1,7 +0,0 @@
data: { }
size: 212186
last_modified: 1768903792
width: 2048
height: 1365
mime_type: image/jpeg
duration: null

View File

@ -1,7 +0,0 @@
data: { }
size: 200136
last_modified: 1768903792
width: 2048
height: 1365
mime_type: image/jpeg
duration: null

View File

@ -1,7 +0,0 @@
data: { }
size: 93981
last_modified: 1768903793
width: 2048
height: 1365
mime_type: image/jpeg
duration: null

View File

@ -1,7 +0,0 @@
data: { }
size: 170545
last_modified: 1768903794
width: 2048
height: 1365
mime_type: image/jpeg
duration: null

View File

@ -1,7 +0,0 @@
data: { }
size: 399965
last_modified: 1768903795
width: 2048
height: 1365
mime_type: image/jpeg
duration: null

Binary file not shown.

Before

Width:  |  Height:  |  Size: 254 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 212 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 258 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 207 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 195 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 166 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 391 KiB

View File

@ -180,7 +180,11 @@ video{
display:grid;
grid-template-columns: repeat(3, minmax(250px, 1fr));
gap:0;
}
@media (max-width: 769px){
.custom-grid{
grid-template-columns: repeat(1, minmax(200px, 1fr));
}
}
.custom-grid .custom-cell{
position: relative;