Improve review grid (#8953)

* Use constant aspect ratio for review grid

* Add infinite scrolling

* Don't have horizontal scrolling

* Handle autoplay for mobile

* Load more efficiently
This commit is contained in:
Nicolas Mowen
2023-12-13 20:15:28 -07:00
committed by Blake Blackshear
parent 1961a0afc1
commit fbe58652d5
7 changed files with 305 additions and 161 deletions

View File

@@ -70,6 +70,10 @@ module.exports = {
"accordion-down": "accordion-down 0.2s ease-out",
"accordion-up": "accordion-up 0.2s ease-out",
},
screens: {
"xs": "480px",
"2xl": "1400px",
},
},
},
plugins: [require("tailwindcss-animate")],