We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently iframes use magic numbers for the height, meaning it will never be the correct height.
As it's an external iframe, it's not possible to access the inner content as it will result in a CORS issue.
<script async src="https://plausible.io/js/embed.host.js"></script>
The text was updated successfully, but these errors were encountered:
wrux
No branches or pull requests
Problem
Currently iframes use magic numbers for the height, meaning it will never be the correct height.
As it's an external iframe, it's not possible to access the inner content as it will result in a CORS issue.
Solution
<script async src="https://plausible.io/js/embed.host.js"></script>
The text was updated successfully, but these errors were encountered: