made image preview 100%
This commit is contained in:
parent
00847b1c9a
commit
82e7dea830
1 changed files with 3 additions and 1 deletions
|
@ -5,7 +5,9 @@
|
|||
<p>Drag and drop your file here, or choose your file below.</p>
|
||||
<input type="file" id="siofu_input" name="file" accept="video/*,image/*" onchange="previewAndStageFile(event.target.files[0])" enctype="multipart/form-data"/>
|
||||
</div>
|
||||
<img id="image-preview" src="" height="200" alt="Image preview..."/>
|
||||
<div class="image-preview-holder">
|
||||
<img id="image-preview" src="" width="100%" alt="Image preview..."/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-right">
|
||||
<textarea id="direct-link-holder" hidden="true">No URL yet</textarea>
|
||||
|
|
Loading…
Reference in a new issue