Add css class to video tag

This commit is contained in:
Equilibrium ITO
2024-03-18 16:00:58 +01:00
parent 75623da07e
commit 5c68fcccc7
2 changed files with 24 additions and 6 deletions
@@ -56,14 +56,32 @@ ion-toolbar {
.post-img {
width: 100%;
height: 400px;
height: 100%;
max-height: 400px;
min-height: 350px;
min-width: 350px;
margin: 0 auto;
border-radius: 0px !important;
overflow: hidden;
display: flex;
justify-content: center;
}
.post-video {
width: 100%;
height: 100%;
max-height: 400px;
min-height: 350px;
min-width: 350px;
margin: 0 auto;
border-radius: 0px !important;
overflow: hidden;
display: flex;
justify-content: center;
height: 420px;
}
.post-img img {
height: 100%;