CSS tweak for mobile

main
Mark Cotton 2023-07-27 22:24:06 -06:00
parent f20787b16c
commit 294dc70774
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
<h3>Preview Image</h3>
<h5>{{ template_values['camera'].name }}</h5>
<img src="/camera/{{ template_values['camera'].id }}/preview_image" style="max-height:360px;">
<img src="/camera/{{ template_values['camera'].id }}/preview_image" style="max-height:360px; max-width:100%">