Troubleshooting iFrames
Updated over a week ago

If you are having trouble with an iFrame, you can use the code below for troubleshooting.
​
Add your Action Page embed code between the comments in the HTML below:

<!DOCTYPE html>
<html lang="en-US">
<head>
<title>Anedot iFrame demo</title>
</head>
<body>
<main>
<div>
<!-- iFrame Embed code πŸ‘‡ -->


<!-- iFrame Embed code πŸ‘† -->
</div>
<footer>
&copy; Anedot
</footer>
</main>
</body>
</html>

To remove scrolling, adjust the height and width of your iFrame. Once you have adjusted the height and width, we recommend reviewing the webpage from a computer and mobile device to ensure sufficient adjustments.

Did this answer your question?