You've already forked AstralRinth
forked from didirus/AstralRinth
Allow webp images on mod creation (#186)
This commit is contained in:
@@ -80,7 +80,7 @@
|
|||||||
<div class="columns row-grow-1">
|
<div class="columns row-grow-1">
|
||||||
<div class="column-grow-1 rows">
|
<div class="column-grow-1 rows">
|
||||||
<file-input
|
<file-input
|
||||||
accept="image/png,image/jpeg,image/gif"
|
accept="image/png,image/jpeg,image/gif,image/webp"
|
||||||
class="choose-image"
|
class="choose-image"
|
||||||
prompt="Choose image or drag it here"
|
prompt="Choose image or drag it here"
|
||||||
@change="showPreviewImage"
|
@change="showPreviewImage"
|
||||||
@@ -88,7 +88,7 @@
|
|||||||
<ul class="row-grow-1">
|
<ul class="row-grow-1">
|
||||||
<li>Must be a square</li>
|
<li>Must be a square</li>
|
||||||
<li>Minimum size is 100x100</li>
|
<li>Minimum size is 100x100</li>
|
||||||
<li>Acceptable formats are PNG, JPEG and GIF</li>
|
<li>Acceptable formats are PNG, JPEG, GIF and WEBP</li>
|
||||||
</ul>
|
</ul>
|
||||||
<button
|
<button
|
||||||
class="transparent-button"
|
class="transparent-button"
|
||||||
|
|||||||
Reference in New Issue
Block a user