Iframe Resizing: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
'''Requires:''' Ability to upload a file and add code to the html of your web site | '''Requires:''' Ability to upload a file and add code to the html of your web site | ||
<span style="color:#fe746c;“ >{{#fas:exclamation-triangle}} </span> 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 | |||
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 == | == Introduction == | ||
| Line 18: | Line 17: | ||
Add the following to the menu {{#fas:cog}} (SETTINGS) > BOOKING PAGE > DEVELOPER "Insert in HTML head" | 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. | 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. | ||