Magnifying effect on article mode images

Magnifying effect on article mode images 1.0.0

No permission to download
Lv.3
Iron Member
Joined
Apr 21, 2022
Messages
30
Reaction score
192
Credits
$11
thanks to dear member @roothacker submitted a new resource:

Magnifying effect on article mode images - Magnifying effect on article mode images

Gives a nice little effect to the images of the articles 😉

Demo:

Annuaire de liens

Répertorie les meilleurs sites relatif à XenForo ?

  • 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;
}
.articlePreview-main a {...

Read more about this resource...
 
Top