Merge 48816aee2d1b00f746eb9e48a18396fd88b7f222 into bf172e0d78fa08060176fd0014499692230200ba

This commit is contained in:
yoanhg421 2023-10-02 16:09:20 -07:00 committed by GitHub
commit 63e53bf6f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

@ -6,8 +6,6 @@
body {
color: #{{ .View.Color.Foreground }};
background: #{{ .View.Color.Background }};
width: {{ .View.Width }}px;
height: {{ .View.Height }}px;
display: block;
margin: 0;
padding: 0;
@ -23,4 +21,6 @@ div {
img {
margin: 0;
padding: 0;
width: {{ .View.Width }}px;
height: {{ .View.Height }}px;
}

@ -8,8 +8,8 @@
<meta name="viewport" content="{{ .ViewPort }}"/>
</head>
<body>
<div style="top:{{ .Image.Top }}%">
<img src="../{{ .Image.Path }}" alt="{{ .Title }}" width="{{ .Image.Width }}" height="{{ .Image.Height }}"/>
<div >
<img src="../{{ .Image.Path }}" alt="{{ .Title }}" width="{{ .Image.Width }}" height="{{ .Image.Height }}" />
</div>
</body>
</html>