danielcgilibert / blog-template

📚 Openblog is an elegant, simple, and user-friendly blog. Focused on accessibility, SEO and performance.
https://blog-template-gray.vercel.app
GNU General Public License v3.0
658 stars 235 forks source link

Hover over article clipping #26

Closed n-tdi closed 1 year ago

n-tdi commented 1 year ago

Hi @danielcgilibert ! I've come back with another issues.

When hovering over articles, they give a nice zoom animation, which is all fine and dandy until the actual title of the article does not hover with it.

https://github.com/danielcgilibert/blog-template/assets/79174456/1f557e50-ab02-4ca5-88d7-9409697a385d

ghost commented 1 year ago

@n-tdi the effect i do believe , which i dont want to mistake it but a image scale with in the card without exceeding the card.

In which i suggested a "overflow-hidden" on the .

That should fix that issue. If you check out this Preview Link youll see the effect of which im talking about.

If you still desire entire card hover you may want to put take the hoverstate and transitions and place it in the parent container which will give you the effect desired.

n-tdi commented 1 year ago

Good quick fix! Thank you!