Replying to: truefalse @truefalse

@truefalse what if y’all used CSS Grid for displaying the photos? This would allow for a grid that adjusts to the container size. Using something like: grid-template-columns: repeat(auto-fill, minmax(250px, 1fr); I could help out with this if you want…

Timothy Smith @smithtimmytim