-
Notifications
You must be signed in to change notification settings - Fork 4
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 image bounds when browser window resizes #89
Comments
Putting this issue on hold for now as we could not find an elegant solution yet. Approaches/ideas we tried:
|
Moving this back to "Needs refinement" for now. |
@danton267 assigning this over to you to implement the solution you've scoped using the |
I can go over the formula to adjust the browser window if you'd like @danton267 as it took me awhile to figure out. |
After discussing internally, we're de-prioritizing this ticket for the time being. @danton267 was able to get the See these (now closed) PRs for relevant WIP: |
Resizing the browser window results in the image not fully able to occupy the available space on zooming: see the white space on the right in the screenshot below.
My guess is that this is because the
get_container_size()
clientside callback only triggers on initial page load, and should also be triggered when the user resizes the window.The text was updated successfully, but these errors were encountered: