-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
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
Fix for issue #94 #96
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the fix. I would advise against dynamically calculating the max-height based on the screen height. This could cause potential issues on mobile for example. My suggestion would be to use a static px value. Something around 300px would probably work very well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AASX for testing purpose.zip for realisation of proposal: #89 (comment) |
Description of Changes
Max height for asset thumbnail is set to 30% of the document height.
Related Issue
Closes #94
Closes #89
BaSyx Configuration for Testing
https://github.com/eclipse-basyx/basyx-java-server-sdk/tree/main/examples/BaSyxMinimal