Merge pull request #5916 from SimonBrandner/image-view-zoom

Dynamic max and min zoom in the new ImageView
This commit is contained in:
J. Ryan Stinnett 2021-04-26 15:46:26 +01:00 committed by GitHub
commit 9401a6d6dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 124 additions and 78 deletions

View file

@ -31,8 +31,7 @@ limitations under the License.
.mx_ImageView_image {
pointer-events: all;
max-width: 95%;
max-height: 95%;
flex-shrink: 0;
}
.mx_ImageView_panel {