Skip to content
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

stream window mis-placed when image is rotated #40

Closed
easytarget opened this issue Sep 15, 2020 · 2 comments
Closed

stream window mis-placed when image is rotated #40

easytarget opened this issue Sep 15, 2020 · 2 comments
Labels
bug Something isn't working
Milestone

Comments

@easytarget
Copy link
Owner

Recent changes to CSS dont play well with rotated streams, maybe need to rotate whole container, or swap out the vh/vw size modifiers on the image. Or even do this on the upper container too.. Need to experiment.

@easytarget
Copy link
Owner Author

Humm, sutpid error in the css file definition (incorrect size, resulting in overflow into the html file that follows it in memory..) were not helping. Simply fixing that improves matters.
But I think that I might need to pass X/Y image size in status data and apply this to the stream outer container. Or remove it entirely.
No good solutions online so I just need to experiment with this for a bit.

@easytarget easytarget added the bug Something isn't working label Sep 16, 2020
@easytarget easytarget added this to the V3 milestone Sep 16, 2020
@easytarget
Copy link
Owner Author

Resolved (as best as we can without a lot of extra JS and time) in #63

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant