Easily control aspect ratio
See original GitHub issueIncludes being able to set aspect (e.g. if you want 1:1
aspect) and also have resize and zoom tools, etc. respect the existing aspect ratio.
Issue Analytics
- State:
- Created 9 years ago
- Comments:14 (9 by maintainers)
Top Results From Across the Web
YouTube Aspect Ratio Control
An extension that allows users to view YouTube videos in the correct aspect ratio if they weren't properly encoded by the uploader. Details....
Read more >Aspect Ratio: Everything You Need to Know for 2022
Aspect ratio is defined as the width of a picture or video frame in relation to its height. In essence, it is the...
Read more >How do I change the aspect ratio of my monitor?
Changing the aspect ratio can be done from your graphics card control panel or from your monitor's own control.
Read more >A beginner's guide to aspect ratio and how to use it to ... - Canva
Aspect ratio is primarily dictated by the size of your camera's sensor, taken from the width and height of an image (W:H). For...
Read more >The Definitive Guide to Aspect Ratio [with ... - StudioBinder
Aspect ratio is the relationship between width and height of an image. It's usually written as two numbers separated by a colon, as...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@StevenCHowell FYI I have scheduled this for
0.12.7
I think all the necessary groundwork around layout is finally in placeHi @cwhy I agree this is a very important issue, but importance is unfortunately not the only issue to consider. There is also the unavoidable matter of limited (human) resources, as well as the entire context of other competing (important) priorities, as well as any blockers that affect the order of work. In this case this feature has long been blocked by the need to re-vamp the low level layout system entirely first. To do otherwise would be to commit resources to “bolt on” a quick fix that would only get thrown away. With a very limited amount of time/work between the current team, that is just not justifiable.
However, the large layout work has been completed (or largely completed), so this implementation feature can finally begin to be discussed in detail. Unfortunately we are also passed the point where we can “experiment” with APIs. Since this feature will require new APIs we have to be certain that its the right one, so there is a higher planning, testing, documentation burned at this stage of the project. Would you care to start the discussion? If you can describe how you might like to be able to “spell” this in Bokeh, that would be helpful.