- Joined
- Mar 17, 2022
- Messages
- 560
- Points
- 253
Reputation:
SNap! submitted a new resource:
Magnifying effect on article mode images - Magnifying effect on article mode images
Read more about this resource...
Magnifying effect on article mode images - Magnifying effect on article mode images
Magnifying effect on article mode images
________________________________________________
Gives a nice little effect to the images of the articles
Demo:
Demo
- In extra.less template, add this:
CSS:.articlePreview-main a:hover { transform: scale(1.1) rotate(4deg); background-size: cover !important; transition-duration: 1s; transition-property: transform; }...
Read more about this resource...