jineshnagori/blogspot

Implement hover zoom effect on blog images.

Open

#354 opened on Oct 10, 2025

 (1 comment) (0 reactions) (1 assignee)HTML (190 forks)auto 404
good first issuehacktoberfesthacktoberfest-accepted

Repository metrics

Stars
 (39 stars)
PR merge metrics
 (PR metrics pending)

Description

Currently, the blog post images remain static when hovered over. Adding a hover zoom effect will make the UI more interactive and visually engaging for users.
This small visual improvement can help highlight each article card and make the browsing experience more dynamic.

Expected Behavior

When the user hovers over a blog post image:

  • The image should slightly zoom in
  • The transition should be smooth
  • The layout should remain stable

Contributor guide