diff --git a/bird_cnn/House_Crow1_resized.jpg b/bird_cnn/House_Crow1_resized.jpg new file mode 100644 index 0000000..6de406e Binary files /dev/null and b/bird_cnn/House_Crow1_resized.jpg differ diff --git a/bird_cnn/wide_image.jpg b/bird_cnn/wide_image.jpg new file mode 100644 index 0000000..95d24c1 Binary files /dev/null and b/bird_cnn/wide_image.jpg differ diff --git a/cnn_website/src/Bird_CNN.jsx b/cnn_website/src/Bird_CNN.jsx index 27ff56d..f92c922 100644 --- a/cnn_website/src/Bird_CNN.jsx +++ b/cnn_website/src/Bird_CNN.jsx @@ -113,7 +113,7 @@ function Bird_CNN() { disabled={loading} src={preview} alt="preview" - style={{ maxHeight: "400px", height: "auto", userSelect: "none", maxWidth: "700px" }} + style={{ height: "100%", userSelect: "none", maxWidth: "700px" }} />