To English VOPS Documentation Overview
To German VOPS Documentation Overview
You can customize your iframe by adding certain query parameters to the source URL:
<script>
iFrameResize({
scrolling: false, --> true / false
log: false --> true / false
}, "sws_iframe");
</script>
With the Iframe-View of our page, only the cards and the footer are displayed. It is recommended to always use this setting when implementing our page over a iframe.
Example:
<div>
<script>
iFrameResize({
scrolling: false,
log: false
}, "sws_iframe");
</script>
<iframe id="sws_iframe" src="<https://swsdemo.parteiverkehr.de/?iframe=true&iframeid=sws_iframe>"></iframe>
</div>
Click here to view our demo:
SWS Resizer is used from v3.1.1
How to include the iFrame-Resizer?
https://<<INSTANZ>>.<<DOMAIN>>.<<END>>/api/iframe.js
Example: