Vivid-Casper/assets/js
Kevin Ansfield 307c334cd5
🐛 Fixed images on infinite scroll index pages being stretched in Safari (#636)
closes #634, closes #635

- use `document.importNode` to create a clone of post card elements when pulling them in from infinite scroll pages
- cloning the element means the element's owner document matches the viewed document and ensures images in the inserted post card elements are sized according to the viewed document
2019-10-24 17:15:34 +01:00
..
lib Concatenated all JS into a single file (#624) 2019-10-20 15:55:06 +02:00
gallery-card.js Concatenated all JS into a single file (#624) 2019-10-20 15:55:06 +02:00
infinite-scroll.js 🐛 Fixed images on infinite scroll index pages being stretched in Safari (#636) 2019-10-24 17:15:34 +01:00
sticky-nav-title.js Fixed sticky title and author hover JS (#629) 2019-10-21 10:02:05 +01:00