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
T17989 - Survey-PDF image from file upload not rendering correctly https://surveyjs.answerdesk.io/internal/ticket/details/T17989
An uploaded image overlaps the subsequent form field:
Refer to the following demo: surveyjs-pdf-nodejs_file_upload_image_issue.zip.
To solve the issue, it is necessary to define the imageWidth and imageHeight settings for a File Upload element.
imageWidth
imageHeight
The text was updated successfully, but these errors were encountered:
Work for #316: fix image overlaps when image is not loaded
a59cfd7
Work for #316: fix image overlaps when image is not loaded (#321)
e931a27
dk981234
Successfully merging a pull request may close this issue.
T17989 - Survey-PDF image from file upload not rendering correctly
https://surveyjs.answerdesk.io/internal/ticket/details/T17989
An uploaded image overlaps the subsequent form field:
Refer to the following demo: surveyjs-pdf-nodejs_file_upload_image_issue.zip.
To solve the issue, it is necessary to define the
imageWidth
andimageHeight
settings for a File Upload element.The text was updated successfully, but these errors were encountered: