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.
5 days 23 hours 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.
5 days 17 hours 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:
5 days 14 hours 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:
5 days 14 hours ago - 5 days 14 hours ago #5
by TemplatePlazza
.mfp_overlay_bg { transform: scale(1) !important; }
Last edit: 5 days 14 hours ago by TemplatePlazza.
Please Log in or Create an account to join the conversation.