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