image display basic functionality

This commit is contained in:
Tim Bendt
2025-05-16 17:17:37 -06:00
parent fc57e201a2
commit bec09bade8
7 changed files with 1187 additions and 117 deletions

View File

@@ -175,6 +175,12 @@
width: 100%;
}
#image_content {
padding: 2;
height: auto;
width: 100%;
}
#button_container {
width: auto;
height: 3;