mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-04-21 22:32:20 +00:00
Compare commits
1 Commits
b3c4388a3f
...
586794ca20
Author | SHA1 | Date | |
---|---|---|---|
|
586794ca20 |
@ -20,14 +20,12 @@ SPDX-License-Identifier: GPL-3.0-or-later
|
|||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
<!-- MODAL TO CROP THE IMAGE -->
|
<!-- MODAL TO CROP THE IMAGE -->
|
||||||
<div class="modal fade" id="modalCrop" data-backdrop="static">
|
<div class="modal fade" id="modalCrop">
|
||||||
<div class="modal-dialog">
|
<div class="modal-dialog">
|
||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
<div class="modal-body-wrapper" style="width: 500px; height: 500px; padding: 16px;">
|
<div class="modal-body">
|
||||||
<div class="modal-body" style="width: 100%; height: 100%; padding: 0">
|
<img src="" id="modal-image" style="max-width: 100%;">
|
||||||
<img src="" id="modal-image" style="display: block; max-width: 100%;">
|
</div>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="modal-footer">
|
<div class="modal-footer">
|
||||||
<div class="btn-group pull-left" role="group">
|
<div class="btn-group pull-left" role="group">
|
||||||
<button type="button" class="btn btn-default" id="js-zoom-in">
|
<button type="button" class="btn btn-default" id="js-zoom-in">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user