Question:
Trying to set (increase) the default zoom level for Google map/Earth iFrame.
Product:
Wix Studio Editor
What are you trying to achieve:
[Trying to set (increase) in zoom level for Google map/Earth iFrame.]
What have you already tried:
[Share resources, forum topics, articles, or tutorials you’ve already used to try and answer your question.]
Additional information:
https://www.flightaroundtheglobe.com/expedition
Question:
How did you setup your MAP ?
Did you install it as a predefined element?
Did you use a HTML-Component?
Did you use a Custom-Element?
Something else?
You do not provide any detailed info about your setup, what is very important to understand, how flexible your setup is.
If you have used HTML-Component+CODE (WHAT I DO NOT BELIEVE), you wuold be able to do this inside of the HTML-Component itself).
As I mentioned it was an iFrame in a code block.

In general, you cannot directly obtain the source code of an embedded iframe URL if you do not have access to the server hosting the content inside the iframe. The iframe typically loads content from another website or server, and the source code for that content is controlled by the owner of that server.
However, if the content inside the iframe is hosted on a public website and the website allows for cross-origin framing (CORS), you may be able to inspect the source code of the embedded content using browser developer tools. Keep in mind that attempting to access or manipulate content in a way that violates the website’s terms of service or legal restrictions is not ethical and may be illegal.
If you are the owner of the content or have permission from the owner, you should be able to obtain the source code directly or through proper channels.
Always respect the legal and ethical considerations when dealing with web content and ensure you have the right to access and use the source code in question.
Your solution would be to go the CUSTOM-WAY → like in 99% of all use-cases…
Actually I was able to modify the source URL with a simple mod.
F&z=3
The “3” controls the default zoom level. I believe you can go up to 15.
Works perfectly.
Yes, this is indeed possible. 