mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 11:36:16 +00:00
Use Picture element to automatically choose webp
Remove loadOnView function as has to be remade for new picture element Remove broken way of checking for Webp support
This commit is contained in:
parent
16df5bc255
commit
2cf7bc9091
10 changed files with 119 additions and 124 deletions
|
@ -1,4 +1,4 @@
|
|||
.image-container
|
||||
.image-container, picture
|
||||
margin: auto
|
||||
|
||||
width: 100%
|
||||
|
@ -20,7 +20,7 @@
|
|||
object-position: center
|
||||
|
||||
@media (max-width: 1100px)
|
||||
.image-container
|
||||
.image-container, picture
|
||||
margin: 0 auto
|
||||
max-height: 69vh
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue