diff --git a/src/app/app.scss b/src/app/app.scss index 2d719bee0..fa548765c 100644 --- a/src/app/app.scss +++ b/src/app/app.scss @@ -33,6 +33,9 @@ ion-app.app-root { .img-responsive { display: block; max-width: 100%; + &[height] { + height: auto; + } } .opacity-hide { opacity: 0; }