We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Aspect ratio feature exits Y-Axis boundary on resize .
Here is an example on stackblitz: https://stackblitz.com/edit/angular-mesrtz
The X-Axis is respected however try resizing on the Y-Axis. Y-Axis Boundaries are ignored, please see attached screenshot
<div class="row"> <div class="col" style="min-height: 300px;"> <div id="container" class="widget-container"> <h4 class="widget-header">Containment</h4> <!-- rzContainment could be a CSS selector string, 'parent' or an Element object --> <div ngResizable [rzAspectRatio]="true" class="resizable-widget" rzContainment="#container" rzHandles="all" > <h4 class="widget-header">Resizable</h4> </div> </div> </div> </div>
The text was updated successfully, but these errors were encountered:
Fix issue #132
625f627
Successfully merging a pull request may close this issue.
Aspect ratio feature exits Y-Axis boundary on resize .
Here is an example on stackblitz: https://stackblitz.com/edit/angular-mesrtz
The X-Axis is respected however try resizing on the Y-Axis. Y-Axis Boundaries are ignored, please see attached screenshot
The text was updated successfully, but these errors were encountered: