{% extends "admin/base.html" %} {% block content %}
{{_("Image Settings",2)}}
{{ csrf_token()|raw }}
{{_("Optimim Size",2)}} - Width:130px & Height:30px
{% if SETTINGS.logo %} {% endif %}
{{_("Optimim Size",2)}} - Width:130px & Height:30px
{% if SETTINGS.light_theme_logo %} {% endif %}
{{_("Optimim Size",2)}} - Width:50px & Height:50px
{% if SETTINGS.small_logo %} {% endif %}
{{_("Optimim Size",2)}} - Width:50px & Height:50px
{% if SETTINGS.light_theme_small_logo %} {% endif %}
{{_("Optimim Size",2)}} - Width:16px & Height:16px
{% if SETTINGS.favicon %} {% endif %}
{{_("Optimim Size",2)}} - Width:1366px & Height:556px
{% if SETTINGS.homepage_banner %} {% endif %}
{{_("Optimim Size",2)}} - Width:510px & Height:345px
{% if SETTINGS.home_page_image %} {% endif %}
{{_("Optimim Size",2)}} - Width:440px & Height:500px
{% if SETTINGS.login_page_image %} {% endif %}
{{_("Optimim Size",2)}} - Width:440px & Height:500px
{% if SETTINGS.register_page_image %} {% endif %}
{{_("Optimim Size",2)}} - Width:440px & Height:500px
{% if SETTINGS.forget_password_page_image %} {% endif %}
{% if SETTINGS.default_ogimage %} {% endif %}
{% if SETTINGS.boxed_bg %} {% endif %}
{% endblock %}