How do I implement a conditional pop-up if the user’s screen isn’t zoomed in to 100%?
I think the best way to do this is through velo but I don’t know how to code in anything other than python and I’m a novice at best so I’m a bit confused.
If my question wasn’t clear, I want a pop up to show when a user’s zoom is above or below 100% as well as being able to remove the pop up with a click of a cross.
I’ve tried using the AI feature and went through a few forums but most talk about the app zoom or talk about lightboxes
1 Like
First thing, i am glad that you already knowing how to code in PYTHON, so you are already some king of experienced in coding.
But if it comes to WEBSITE-programming → you should know how to code in JS.
With PYTHON you can do a lot, but it is mainly used on local machines.
Well, since you want generate your wished feature/function, you should know that even knowing JS, won’t be enough to be able to code inside the Wix-Coding-Environment.
Wix has it’s own cycle (it’s own ecosystem/environmant) which differs from pure JS-coding.
That beein said, let’s start to inspect your issue in detail!
- —> POP-UPs!!!
Oh yeah, we all know that BROWSER-POP-UPs on the very top of our BROWSERs, giving us informations or sending us WARNINGS.
But unlikely in Wix, you wan’t have that directly, instead you will have LIGHTBOXES.
Yes, as you mentioned →
I’ve tried using the AI feature and went through a few forums but most talk about the app zoom or talk about lightboxes
You have read about it already, good!!!
- —> ZOOM-FUNCTION!!!
Yes, again you picked something up what do not come out of the Wix-Box by default.
Again you will have to be → TRICKY inside the Wix-Environment to get your wished functionality work.
So how to do?
Since you have no control-option over ZOOM on Wix-Page directly you will have to find a WORK-AROUND-SOLUTION.
Still interested how to do ?