Change width of Odysee video to 80% from 65%.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{{ $src := .Get 0 | default (.Get "url") | default (.Get "src")
|
{{ $src := .Get 0 | default (.Get "url") | default (.Get "src")
|
||||||
}}{{ $width := .Get 1 | default (.Get "width") | default "65" }}
|
}}{{ $width := .Get 1 | default (.Get "width") | default "80" }}
|
||||||
<iframe
|
<iframe
|
||||||
id="odysee-iframe"
|
id="odysee-iframe"
|
||||||
style="width:{{ $width }}%; aspect-ratio:16 / 9;"
|
style="width:{{ $width }}%; aspect-ratio:16 / 9;"
|
||||||
|
|||||||
Reference in New Issue
Block a user