OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Joomla gallery effects (0 viewing) 

Joomla Gallery Support

Go to bottom Favoured: 0

Joomla gallery effects

admin (Admin)
Admin
Posts: 8243
graph
User Offline Click here to see the profile of this user
Joomla gallery effects 1 Year, 11 Months ago
Karma: 101  
Hi,

I'm using the gallery with the "Taras" effect, because it is the only one with the title in center on mouseover.

I do not want the box around it, so I added this to my css:

[class^=os-gallery-all-in-one-main] .img-block.taras-effect .os-gallery-caption::before,
[class^=os-gallery-album-tabs-main] .img-block.taras-effect .os-gallery-caption::before,
[class^=os-gallery-tabs-main] .img-block.taras-effect .os-gallery-caption::before {
border:none !important;
box-shadow: none !important;
}

This works fine! But now I want that the image has a zoom on mouseover like you habe it in the effect "Dimas"

Is it possible to resolve this?

Thanks![/quote]

Hi,

For change this effect in Joomla gallery, Please add to CSS next code:
Code:

.img-block.taras-effect img{
  transition: .3s !important;
}
.img-block.taras-effect:hover img{
  transform: scale(1.2) !important;
  transition: .3s !important;
}



Regards
OrdaSoft team
Logged Logged
Last Edit: 2022/05/20 14:53 By admin.
The administrator has disabled public write access.
Go to top
»