Enabled lazy load of poster images
This should make initial load of the movies page a little more responsive for larger libraries. This can be used on any page loading images.
This commit is contained in:
parent
66f8b0f93d
commit
2365becc14
4 changed files with 88 additions and 3 deletions
|
@ -1144,6 +1144,11 @@ a.itemTag:hover {
|
|||
margin-left: .5em;
|
||||
}
|
||||
|
||||
.lazy {
|
||||
opacity: 0;
|
||||
transition: opacity .3s ease-in;
|
||||
}
|
||||
|
||||
@media all and (min-height: 500px) {
|
||||
|
||||
.alphabetPicker {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue