mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 11:36:16 +00:00
Working prototype for Lychee like image grid
This commit is contained in:
parent
85d4b47760
commit
3e3598ae10
4 changed files with 77 additions and 3 deletions
|
@ -206,6 +206,7 @@
|
|||
|
||||
window.onresize = () => {
|
||||
keepSquare();
|
||||
makeGrid();
|
||||
}
|
||||
window.onscroll = () => {
|
||||
if (document.body.scrollTop > 300 || document.documentElement.scrollTop > 20) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue