diff --git a/plugins/archive/app/archive.scss b/plugins/archive/app/archive.scss index 7375b3301f..e0eb248346 100644 --- a/plugins/archive/app/archive.scss +++ b/plugins/archive/app/archive.scss @@ -64,10 +64,20 @@ minds-archive-theatre{ left: 0; bottom: 0; right: 0; - + .minds-img-landscape{ + img{ + width: 100%; + height: auto; + } + } + .minds-img-portrait{ + img{ + height: 100%; + width: auto; + } + } img{ - max-width:100%; - height:100%; + object-fit: contain; } minds-video{ background:#000; diff --git a/plugins/archive/app/view/views/theatre.ts b/plugins/archive/app/view/views/theatre.ts index 697d5b35a8..45883210f7 100644 --- a/plugins/archive/app/view/views/theatre.ts +++ b/plugins/archive/app/view/views/theatre.ts @@ -18,7 +18,7 @@ import { Material } from '../../../../directives/material'; [hidden]="object.container_guid == object.owner_guid || !object.album_children_guids || object.album_children_guids.length <= 1"> keyboard_arrow_left -