improved poster on player page

improved tile sizes for preview
This commit is contained in:
2020-06-04 00:15:06 +02:00
parent dd2e5b68a6
commit cb5c366641
7 changed files with 73 additions and 62 deletions

View File

@ -3,6 +3,7 @@
color: #3d3d3d;
text-align: center;
font-weight: bold;
max-width: 266px;
}
.previewpic {
@ -11,13 +12,15 @@
}
.previewimage {
width: 100%;
overflow: hidden;
max-width: 100%;
max-height: 100%;
}
.videopreview {
height: 500px;
width: 250px;
min-width: 266px;
max-width: 410px;
/*width: 250px;*/
float: left;
margin-left: 25px;
margin-top: 25px;