Magnifying effect on article mode images

Magnifying effect on article mode images

Allan

Well-known member
Allan 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 ;)

Demo:
  • In extra.less template, add this:
CSS:
.articlePreview-main a:hover {
    transform: scale(1.1) rotate(4deg);
    background-size: cover !important;
    transition-duration...

Read more about this resource...
 
I'm interested to this, How can I apply it?
I tried adding the code above to my extra.less but nothing change, I used default theme
 
Top Bottom