FIX image display
This commit is contained in:
parent
e385e4ee4d
commit
559cf1ef80
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ caption: string
|
||||||
{{ $ext := path.Ext $url }}
|
{{ $ext := path.Ext $url }}
|
||||||
{{ $name := path.Base (replace $url $ext "") }}
|
{{ $name := path.Base (replace $url $ext "") }}
|
||||||
{{ $dir := path.Dir $url }}
|
{{ $dir := path.Dir $url }}
|
||||||
{{ $mediaWidthControl := "(min-width: 1240px) 50px, 70vw" }}
|
{{ $mediaWidthControl := "(min-width: 1240px) 50vw, 70vw" }}
|
||||||
|
|
||||||
<a href="{{ $url }}">
|
<a href="{{ $url }}">
|
||||||
<picture>
|
<picture>
|
||||||
|
|
Loading…
Reference in a new issue