Zoom in when you hold your mouse on a thumbnail in mini frontpage pro
- Posted by Kees van Norde (12) Offline
Is it possible to make it optional that it automatically zooms in when you hold your mouse on a thumbnail in mini frontpage pro?
I would like to have that turned off. Maybe it is possible to make this optional?
Greetings Kees.
3 months 1 week ago #1
by Kees van Norde
I would like to have that turned off. Maybe it is possible to make this optional?
Greetings Kees.
The topic has been marked as resolved.
- Posted by TemplatePlazza (5309) Offline
The topic has been marked as resolved.
- Posted by Kees van Norde (12) Offline
I have tested it with all themes, multiple. I am currently using masonryxt and with the setting thumbnail as background. If I change the setting to thumbnail image it works fine, but I prefer to have the title in the image.
So it would be nice if you could optionally set that when you move the mouse over the image it will or will not automatically zoom in a bit.
3 months 1 week ago #3
by Kees van Norde
So it would be nice if you could optionally set that when you move the mouse over the image it will or will not automatically zoom in a bit.
The topic has been marked as resolved.
- Posted by TemplatePlazza (5309) Offline
Ah, I see. It's simple, just add this code to the CSS adjustments tab in the module backend:
3 months 1 week ago #4
by TemplatePlazza
.mfp_overlay_bg { transform: scale(1.2) !important; }
The topic has been marked as resolved.
- Posted by TemplatePlazza (5309) Offline
Ah, I see. It's simple, just add this code to the CSS adjustments tab in the module backend:
3 months 1 week ago - 3 months 1 week ago #5
by TemplatePlazza
.mfp_overlay_bg { transform: scale(1) !important; }
Last edit: 3 months 1 week ago by TemplatePlazza.
The topic has been marked as resolved.