-
Ideally we can show which part of the screen you're trying to get the QR code into, instead of just showing a big video. Bonus points for a little freeze frame when it finds one. Might involve some ma…
-
Hi, Great plugin, I noticed that when the user does a couple of resizes, the rounding errors seem to sum up and aspect-ratios of the images are lost. Since modern browsers seem to handle decimal place…
-
https://drafts.csswg.org/css-sizing-4/#aspect-ratio
How should aspect-ratio interact with ``?
A straightforward application of the spec would have it just use the aspect-ratio on the inner ``. B…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Contact Details
svyaga
### What should this feature add?
The goal is to implement control over default aspec…
-
I am noticing an issue where changes between episode aspect ratios cause issues. The second episode tries to adhere to the previous episode aspect ratio and causes stretching/shrinking. Any idea if th…
-
-
## Prerequisites
- [x] I have searched for similar issues in both open and closed tickets and cannot find a duplicate.
- [x] The issue still exists against the latest stable version of Elementor…
-
```
class alignCollate(object):
def __init__(self, imgH=32, imgW=100, keep_ratio=False, min_ratio=1):
self.imgH = imgH
self.imgW = imgW
self.keep_ratio = keep_rati…
ghost updated
3 years ago
-
Max size, different aspect ratios, etc
-
> Looking at the source code in prior_box.py, we have code like pbox + = [cx, cy, ~, ~] in the forward function. If you analyze the loop with this code, pbox + = [cx, cy, scale, scale], pbox+=[cx, cy,…