jpvalery / portfolio

Photo Portfolio w/ Next.js + TailwindCSS + Contentful

Home Page:https://jpvalery.photo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

skeleton-type loader for images

jpvalery opened this issue · comments

commented

Add a skeleton-type loader for image

it's just className="bg-yellow-900 animate-pulse".

But I can't put it on the image tag (cause animate-pulse will make the image pulse too), and so far if I put another div in there it messes up the layout.

I basically need a div behind the image and it needs to take all the space available.