Notes from working effectively with Images
These are my notes from working with images.
Aspect Ratio and rendering images
You have a list of images e.g. search results. You wanna render them nicely.
You can use a grid here.
To pseudo code this quickly with html and tailwind:
<div className="g...
tigerabrodi.blog4 min read