parse videos with TMDB

better size of video tiles
This commit is contained in:
2020-06-03 18:26:30 +02:00
parent 0171133d40
commit dd2e5b68a6
3 changed files with 90 additions and 40 deletions

View File

@ -7,16 +7,17 @@
.previewpic {
height: 80%;
overflow: hidden;
}
.previewimage {
width: 100%;
height: 100%;
overflow: hidden;
}
.videopreview {
height: 300px;
width: 30%;
height: 500px;
width: 250px;
float: left;
margin-left: 25px;
margin-top: 25px;