Zoom in when you hold your mouse on a thumbnail in mini frontpage pro
- Posted by Kees van Norde (11) 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.
17 hours 14 minutes ago #1
by Kees van Norde
I would like to have that turned off. Maybe it is possible to make this optional?
Greetings Kees.
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5258) Offline
- Posted by Kees van Norde (11) 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.
11 hours 52 minutes 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.
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5258) Offline
Ah, I see. It's simple, just add this code to the CSS adjustments tab in the module backend:
8 hours 45 minutes ago #4
by TemplatePlazza
.mfp_overlay_bg { transform: scale(1.2) !important; }
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5258) Offline
Ah, I see. It's simple, just add this code to the CSS adjustments tab in the module backend:
8 hours 45 minutes ago - 8 hours 45 minutes ago #5
by TemplatePlazza
.mfp_overlay_bg { transform: scale(1) !important; }
Last edit: 8 hours 45 minutes ago by TemplatePlazza.
Please Log in or Create an account to join the conversation.