Magnifying effect on article mode images

Magnifying effect on article mode images 1.0.0

No permission to download
roothacker Corporal
Iron Member
Apr 21, 2022
30
187
$5
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...
 
Back
Top