avoid borders
This commit is contained in:
parent
90c5c32469
commit
285a3bc842
2 changed files with 4 additions and 2 deletions
|
@ -1,3 +1,5 @@
|
||||||
<center>
|
<center>
|
||||||
<a href="{{ .Get "src" }}" target="_new" style="border-bottom: 0px; background-color: inherit;"><img width="80%" src="{{ .Get "src" }}" alt="{{ .Get "alt" }}" /></a>
|
<a href="{{ .Get "src" }}" target="_new" style="border-bottom: 0px; background-color: inherit;">
|
||||||
|
<img width="90%" src="{{ .Get "src" }}" alt="{{ .Get "alt" }}" style="border: 0px;" />
|
||||||
|
</a>
|
||||||
</center>
|
</center>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<center>
|
<center>
|
||||||
<video width="80%" preload="auto" controls>
|
<video width="90%" preload="auto" controls style="border: 0px;">
|
||||||
<source src="{{ .Get "src" }}" />
|
<source src="{{ .Get "src" }}" />
|
||||||
Your browser does not seem to support the video {{ .Get "src" }}.
|
Your browser does not seem to support the video {{ .Get "src" }}.
|
||||||
</video>
|
</video>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue