Skip to content

Commit

Permalink
html
Browse files Browse the repository at this point in the history
  • Loading branch information
Parv-gugnani committed Nov 12, 2023
1 parent d7fce47 commit 516142c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion Resize Image/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,27 @@
<div class="wrapper">
<div class="upload-box">
<input type="file" accept="image/*" hidden />
<img src="" alt="" />
<img src="upload.png" alt="" />
<p>Browse File to Uploads</p>
</div>
<div class="content">
<div class="row sizes">
<div class="column width">
<label>Height</label>
<input type="number" />
</div>
</div>
<div class="row checkboxes">
<div class="column ratio">
<input type="checkbox" id="ratio" checked />
<label for="ratop">Lock aspect ratio</label>
</div>
<div class="column quality">
<input type="checkbox" id="quality" />
<label for="quality">Reduce Quality</label>
</div>
</div>
<button class="download-btn">Download Image</button>
</div>
</div>
</body>
Expand Down
File renamed without changes

0 comments on commit 516142c

Please sign in to comment.