Magnifying effect on article mode images

Magnifying effect on article mode images 1.0.0

Inscrivez-vous ou connectez-vous pour téléchargement gratuit
Compatibilité XF
  1. 2.2.x
  2. 2.3.x
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 {
    background-size: cover !important;
    transition-duration: 1s;
    transition-property: transform;
}
.message--articlePreview .articlePreview-image:after {
    background-image: linear-gradient(to bottom,transparent,#0e0e0e);
    opacity: .1;
    padding-bottom: 60%;
}
.articlePreview-main {
        overflow: hidden;
}
  • effet.gif
    effet.gif
    114.8 Ko · Vues: 0
Auteur
roothacker
Vues
545
Première publication
Dernière mise à jour
Évaluations 0.00 étoile(s) 0 évaluations
Plus de ressources de roothacker
Erahost WHMCS Thème
Erahost WHMCS Thème
Erahost WHMCS Thème 22 mars 2022
IPS Communauté_suite
IPS IPS Communauté_suite
IPS Communauté Suite Nulled
 Meilleur Google Analytiques
Meilleur Google Analytiques
Meilleur Google Analytics 1.0.0.1

Ressources similaires

Customize fonts in article mode A
This allows you to change the font size in the "Preview" mode of the articles
Retour
Haut