1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-04-20 22:02:44 +00:00

Merge branch 'fixed_crop_pp_dim' into 'main'

bootstrap: fix minor issues with profile picture cropping

See merge request bde/nk20!301
This commit is contained in:
alexismdr 2025-03-25 22:52:58 +01:00
commit 5b717c9892

View File

@ -20,11 +20,13 @@ SPDX-License-Identifier: GPL-3.0-or-later
</form>
</div>
<!-- MODAL TO CROP THE IMAGE -->
<div class="modal fade" id="modalCrop">
<div class="modal fade" id="modalCrop" data-backdrop="static">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-body">
<img src="" id="modal-image" style="max-width: 100%;">
<div class="modal-body-wrapper" style="width: 500px; height: 500px; padding: 16px;">
<div class="modal-body" style="width: 100%; height: 100%; padding: 0">
<img src="" id="modal-image" style="display: block; max-width: 100%;">
</div>
</div>
<div class="modal-footer">
<div class="btn-group pull-left" role="group">