Fix: Убрано ограничение на максимальные размеры обложки

 Оставлен только мин. размер 400x300px
 Макс. размеры сняты (поддержка 4K, 8K)
 Обновлены сообщения об ошибках
 Обновлены подсказки в формах

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
mirivlad
2026-03-26 12:57:56 +08:00
co-authored by Qwen-Coder
parent 0ac72cadc5
commit 68439932a8
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -78,7 +78,7 @@
</div>
@endif
<input type="file" name="thumbnail" class="form-control" accept="image/*">
<small class="text-muted">Макс. 10MB, форматы: JPEG, PNG, WebP</small>
<small class="text-muted">Мин. 400x300px, макс. 10MB</small>
</div>
</div>
</div>