mirror of
https://github.com/celogeek/go-comic-converter.git
synced 2025-05-25 16:22:37 +02:00
Merge e38db62af2f2ca57ee6c348985757c89d303ada7 into bf172e0d78fa08060176fd0014499692230200ba
This commit is contained in:
commit
5a84ca3b15
@ -6,8 +6,6 @@
|
|||||||
body {
|
body {
|
||||||
color: #{{ .View.Color.Foreground }};
|
color: #{{ .View.Color.Foreground }};
|
||||||
background: #{{ .View.Color.Background }};
|
background: #{{ .View.Color.Background }};
|
||||||
width: {{ .View.Width }}px;
|
|
||||||
height: {{ .View.Height }}px;
|
|
||||||
display: block;
|
display: block;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
@ -8,8 +8,8 @@
|
|||||||
<meta name="viewport" content="{{ .ViewPort }}"/>
|
<meta name="viewport" content="{{ .ViewPort }}"/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div style="top:{{ .Image.Top }}%">
|
<div >
|
||||||
<img src="../{{ .Image.Path }}" alt="{{ .Title }}" width="{{ .Image.Width }}" height="{{ .Image.Height }}"/>
|
<img src="../{{ .Image.Path }}" alt="{{ .Title }}" width="{{ .Image.Width }}" height="{{ .Image.Height }}" />
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
x
Reference in New Issue
Block a user