.
This commit is contained in:
parent
63bd03014a
commit
d18064ac9b
2
base.css
2
base.css
@ -52,7 +52,7 @@ main{
|
||||
}
|
||||
.menu a{
|
||||
display: block;
|
||||
padding: 32px 30px;
|
||||
padding: 32px 18px;
|
||||
}
|
||||
.hmb{
|
||||
cursor: pointer;
|
||||
|
@ -81,7 +81,7 @@
|
||||
<div class="item-table-360">
|
||||
<div>
|
||||
{{ if eq .VideoLocation "" }}
|
||||
<img src="{{ $.Data.NoVideoImageLocation }}" alt="No Video" width="320">
|
||||
<img src="{{ $.Data.NoVideoImageLocation }}" alt="No Video" width="360">
|
||||
{{ else }}
|
||||
<video controls width="360">
|
||||
<source src="{{ .VideoLocation }}" type="{{ .VideoContentType }}">
|
||||
|
Loading…
Reference in New Issue
Block a user