• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: image mouseover effect

image mouseover effect 6 years 4 months ago #37681

  • admin134
  • admin134's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 5
For image, vertical image and horizontal image, it seems that there is always an automatic mouse-over twist and zoom effect. Is there anyway to modify this as we only want a slight zoom but no twist.

Thanks,

Stan
The administrator has disabled public write access.

image mouseover effect 6 years 3 months ago #37687

  • dragos
  • dragos's Avatar
  • OFFLINE
  • Administrator
  • Posts: 559
  • Thank you received: 102
Hello,

You can try the following CSS rules:
.rspbld-horizontal-image-box:hover .rspbld-image > img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
 
.rspbld-horizontal-image-box .rspbld-image::after {
    background: none;
}
The administrator has disabled public write access.

image mouseover effect 6 years 1 month ago #38024

  • admin134
  • admin134's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 5
where is this css code placed? We have tried a custom.css and tried it also in the css for the vertical image box css class and this isn't working yet.

thanks
The administrator has disabled public write access.

image mouseover effect 6 years 1 month ago #38025

  • admin134
  • admin134's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 5
never mind. I fixed it. I just had to change the horizontal image box to vertical image box in the css and now it works just fine within our custom css file.

Thanks.
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!