Hello.
I have two photos sized 2479x3506.
I want to insert them on an A4 sheet (portrait) through a template. I put them, but the photos have a size of 600x849 and poor quality. I'd like good quality photos.
Image format - TEXT,
Image size when uploading - Full,
but the link at the end has "width=600"
<img src="https://www.appsheet.com/image/getimageurl?appName=Push_upp-......&width=600
How to remove width=600 and upload full image?
My template's code:
================
<html>
<head>
<style>
*{margin:0;padding:0}body{text-align:center;max-width:21cm;margin:0 auto}img{width:100%;height:auto}.scan{display:inline-block;text-align:center;width:21cm;height:13cm;overflow:hidden}.scan a{display:inline-block;width:100%}
</style>
</head>
<body>
<p class="scan">
<a href="<<[Scan 1]>>">
<img src="<<[Scan 1]>>" alt="Scan 1"/>
</a>
</p>
<p class="scan">
<a href="<<[Scan 2]>>">
<img src="<<[Scan 2]>>" alt="Scan 2"/>
</a>
</p>
</body>
</html>
User | Count |
---|---|
17 | |
14 | |
8 | |
7 | |
4 |