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
viewerHeight
viewerHeight: 300 becomes style="height: 300px", but viewerHeight: 300px is silently ignored.
viewerHeight: 300
style="height: 300px"
viewerHeight: 300px
At the very least, viewerHeight should support pixel units, but, if feasible, any valid CSS unit should be allowed.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
viewerHeight: 300
becomesstyle="height: 300px"
, butviewerHeight: 300px
is silently ignored.At the very least,
viewerHeight
should support pixel units, but, if feasible, any valid CSS unit should be allowed.The text was updated successfully, but these errors were encountered: