{% extends 'base.html' %} {% block title %}Upload Image | Admin | {{ settings.site_name }}{% endblock %} {% block content %}

Upload Image

Select Image

Drag and drop an image here, or

Supported formats: JPEG, PNG, GIF, WebP, SVG
Maximum size: 16 MB

Preview

Image Details
Important for accessibility and SEO
Optionally associate this image with a specific page
Cancel
Tips
  • Use descriptive filenames
  • Optimize images before uploading
  • Always add alt text for accessibility
  • Use appropriate categories for organization
  • WebP format is recommended for web use
Recommended Sizes
Hero Images 1920 × 600 px
Article Thumbnails 800 × 450 px
Journal Covers 400 × 600 px
Author Photos 200 × 200 px
Logo 200 × 60 px
{% endblock %} {% block extra_css %} {% endblock %} {% block extra_js %} {% endblock %}