Embedding on your website
Presto Stockist Map can be added to any website via an iframe
- an HTML feature which allows embedding a webpage as a part of another one.
Your map has it's own URL which can be found inside the admin area.
Required attributes
For the map to work, your iframe tag needs to have allow="geolocation" scrolling="no"
Example iframe code
<iframe
src="{Your maps URL from Presto}"
style="margin:0; padding:0px; width:100%; height:600px; border:none; overflow:hidden;"
allow="geolocation"
scrolling="no"
></iframe>
Styling with CSS
You can control the size of the embedded map using the width and height CSS properties inside the style attribute.