-
Notifications
You must be signed in to change notification settings - Fork 113
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
Adjust exp. tracking CSS to account for tall matplotlib images #1145
Conversation
Signed-off-by: Tynan DeBold <[email protected]>
Signed-off-by: Tynan DeBold <[email protected]>
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.
LGTM 👍
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.
Hey, This looks good! Just one comment, when you click the image is blurry, as I read your description this image is used only for testing, but how can we be sure of image size to be displayed in full quality?
We leave the image size up to the developer who's saving the images. We'll then render whatever they save to their project, so it'll always be in the full quality that they saved it as. |
Signed-off-by: Tynan DeBold <[email protected]>
Signed-off-by: Tynan DeBold <[email protected]>
Signed-off-by: Tynan DeBold <[email protected]>
Signed-off-by: Tynan DeBold <[email protected]>
Signed-off-by: Tynan DeBold [email protected]
Description
Fixes #1144.
Development notes
I've adjusted the CSS to allow for very tall images in experiment tracking. Before this PR we were limiting the height and now we aren't.
QA notes
The run
2022-09-05T12.27.04.496Z
has a very tall image in there now. Check that run to see that the image isn't covering any of the other elements on the page like in the screenshot in the linked issue. I'll remove this test image before merging the PR.Checklist
RELEASE.md
file