Only allow png and jpeg as background for the moment

This commit is contained in:
Johannes Zellner
2022-06-06 17:40:51 +02:00
parent 9dc2f71894
commit 30fb353e4b

View File

@@ -50,7 +50,7 @@
<div class="modal-body settings-avatar-selector">
<div class="preview-avatar">
<img id="previewBackgroundImage" width="100%" height="400px" class="copy" style="object-fit: cover;" ng-click="backgroundImageChange.showCustomBackgroundImageSelector()"/>
<input type="file" id="backgroundImageFileInput" style="display: none" accept="image/*"/>
<input type="file" id="backgroundImageFileInput" style="display: none" accept="image/png, image/jpeg"/>
</div>
</div>
<div class="modal-footer">