Replace vid with lighter version
@ -1,7 +0,0 @@
|
||||
data: { }
|
||||
size: 260582
|
||||
last_modified: 1768903789
|
||||
width: 2048
|
||||
height: 1365
|
||||
mime_type: image/jpeg
|
||||
duration: null
|
||||
@ -1,7 +0,0 @@
|
||||
data: { }
|
||||
size: 216710
|
||||
last_modified: 1768903790
|
||||
width: 2048
|
||||
height: 1365
|
||||
mime_type: image/jpeg
|
||||
duration: null
|
||||
@ -1,7 +0,0 @@
|
||||
data: { }
|
||||
size: 264086
|
||||
last_modified: 1768903791
|
||||
width: 2048
|
||||
height: 1365
|
||||
mime_type: image/jpeg
|
||||
duration: null
|
||||
@ -1,7 +0,0 @@
|
||||
data: { }
|
||||
size: 212186
|
||||
last_modified: 1768903792
|
||||
width: 2048
|
||||
height: 1365
|
||||
mime_type: image/jpeg
|
||||
duration: null
|
||||
@ -1,7 +0,0 @@
|
||||
data: { }
|
||||
size: 200136
|
||||
last_modified: 1768903792
|
||||
width: 2048
|
||||
height: 1365
|
||||
mime_type: image/jpeg
|
||||
duration: null
|
||||
@ -1,7 +0,0 @@
|
||||
data: { }
|
||||
size: 93981
|
||||
last_modified: 1768903793
|
||||
width: 2048
|
||||
height: 1365
|
||||
mime_type: image/jpeg
|
||||
duration: null
|
||||
@ -1,7 +0,0 @@
|
||||
data: { }
|
||||
size: 170545
|
||||
last_modified: 1768903794
|
||||
width: 2048
|
||||
height: 1365
|
||||
mime_type: image/jpeg
|
||||
duration: null
|
||||
@ -1,7 +0,0 @@
|
||||
data: { }
|
||||
size: 399965
|
||||
last_modified: 1768903795
|
||||
width: 2048
|
||||
height: 1365
|
||||
mime_type: image/jpeg
|
||||
duration: null
|
||||
|
Before Width: | Height: | Size: 254 KiB |
|
Before Width: | Height: | Size: 212 KiB |
|
Before Width: | Height: | Size: 258 KiB |
|
Before Width: | Height: | Size: 207 KiB |
|
Before Width: | Height: | Size: 195 KiB |
|
Before Width: | Height: | Size: 92 KiB |
|
Before Width: | Height: | Size: 166 KiB |
|
Before Width: | Height: | Size: 391 KiB |
@ -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;
|
||||
|
||||