Magnifying effect on article mode images

XenForo Magnifying effect on article mode images

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
XenForo submitted a new resource:

Magnifying effect on article mode images - Gives a nice little effect to the images of the articles

Magnifying effect on article mode images
________________________________________________


Gives a nice little effect to the images of the articles ;)
  • 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...

Read more about this resource...
 
Back
Top Bottom