How to download full image via link throught a html template?

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-......&amp;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="&lt;&lt;[Scan 1]&gt;&gt;">
<img src="&lt;&lt;[Scan 1]&gt;&gt;" alt="Scan 1"/>
</a>
</p>
<p class="scan">
<a href="&lt;&lt;[Scan 2]&gt;&gt;">
<img src="&lt;&lt;[Scan 2]&gt;&gt;" alt="Scan 2"/>
</a>
</p>
</body>
</html>

0 3 318
  • UX
3 REPLIES 3