mirror of
https://github.com/javl/image2cpp.git
synced 2026-07-27 19:56:07 +00:00
add note on processing locally
This commit is contained in:
@@ -122,6 +122,10 @@
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.upload-note {
|
||||
max-width: 400px;
|
||||
}
|
||||
|
||||
.byte-input {
|
||||
min-height: 160px;
|
||||
min-width: 360px;
|
||||
@@ -252,6 +256,7 @@
|
||||
<section class="sub-section">
|
||||
<div class="column" id="file-input-column">
|
||||
<h2 class="sub-section-title">1. Select image</h2>
|
||||
<div class="note upload-note">All processing is done locally in your browser; your images are not uploaded or stored anywhere online.</div>
|
||||
<input type="file" id="file-input" name="file-input" multiple/><br />
|
||||
</div>
|
||||
<div class="column column-center">
|
||||
|
||||
Reference in New Issue
Block a user