{% extends "app_base.html" %} {% block title %}{{ frame.name or "Frame" }} ยท Photos{% endblock %} {% block page_title %}{% include "_frame_name_edit.html" %}{% endblock %} {% block mode_picker %}{% include "_frame_mode_picker.html" %}{% endblock %} {% block device_status %}{% include "_device_status_bar.html" %}{% endblock %} {% block tabs %}{% include "_frame_tabs.html" %}{% endblock %} {% block content %}

Album

How a photo's aspect ratio is reconciled with the panel's: Crop to fill trims the excess; Crop to faces does the same but shifts the crop to keep people on screen; Stretch to fill fills the panel exactly without cropping (photos not matching the panel's aspect ratio look stretched); Shrink to fit shows the whole photo, letterboxed if needed.

Now displaying

Loading...

Upcoming

Drag a photo to reorder (on touch, hold briefly first so a normal scroll still works), "Show next" to jump it to the front, or the × to remove it from rotation entirely.

{% endblock %} {% block scripts %} {% endblock %}