Skip to content

Commit

Permalink
解像度の表示する
Browse files Browse the repository at this point in the history
  • Loading branch information
kyukyunyorituryo committed Mar 5, 2021
1 parent 792bfd9 commit 72c5101
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index_beta.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,11 @@ <h3 class="alert alert-success">本の情報の入力</h3>
<input type="file" id="coverfile" name="coverfile" accept="image/png,image/jpeg">
<output id="coverthumb"></output>
</div>
<div class="nondisplayFrame">
<div class="col-md-6 mb-3">
<label class="badge badge-primary">画像の横幅</label>
<input type="number" class="form-control" id="imgwidth" min="1" value="800" placeholder="800">
<input type="number" class="form-control" id="imgwidth" min="1" value="800" placeholder="800" readonly>
<label class="badge badge-primary">画像の高さ</label>
<input type="number" class="form-control" id="imgheight" min="1" value="1200" placeholder="1200">
<input type="number" class="form-control" id="imgheight" min="1" value="1200" placeholder="1200" readonly>
</div>

<style type="text/css">
Expand Down

0 comments on commit 72c5101

Please sign in to comment.