Magnifying effect on article mode images

Status
Not open for further replies.
jessy Master Sergeant
Staff member
Moderating
badge id 1 1 Year of Membership badge id 13 100 Messages badge id 2 2 Years of Membership badge id 14 500 Messages
Jun 28, 2020
2,991
1,235
$6,069
thanks to dear member @jessy submitted a new resource:

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

  • In extra.less template, add this:
CSS:
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...

Read more about this resource...
 
This resource has been removed and is no longer available.
 
Status
Not open for further replies.
Back
Top