Magnifying effect on article mode images

Magnifying effect on article mode images 1.0.0

No permission to download
XF Compatibility
  1. 2.2.x
  2. 2.3.x
Short Description
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 {
    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 KB · Views: 0
Author
roothacker
Views
418
First release
Last update
Ratings 0.00 star(s) 0 ratings
Link was Broken? Please Send message to the Website Team and we will assist you quickly!
Support Developer If you are satisfied with the test or your project has earned you money, Click the More Information button to support the developer by purchasing.

Similar resources

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