Changes

Jump to navigation Jump to search

Iframe Resizing

56 bytes added, 12:02, 15 May 2020
no edit summary
This instruction is for version 4.2.10 of iFrame Resizer. There may be a newer version as documented here https://github.com/davidjbradshaw/iframe-resizer
 
== Introduction ==
== Beds24.com ==
Add the following to the menu {{#fas:cog}} (SETTINGS -) > BOOKING PAGE -> DEVELOPER "Insert in HTML head"
<code><script type="text/javascript" src="include/iframeresizer/4.2.10/iframeResizer.contentWindow.min.js"></script> </code>
If you want to use a more recent version, you can host the file externally and include it with a full URL, make sure to use https:// to avoid insecure content warnings.
<code> <iframe src="https://beds24.com/booking.php?propid=3103" width="100%" scrolling="no"></iframe></code>
<code> <script type="text/javascript" src="iframeResizer.min.js"></script> </code><code><script type="text/javascript"> iFrameResize(); </script></code>

Navigation menu