I've been working on practicing making some webpages. Long story short, downloaded a psd from 365psd.com and have been trying to recreate its design, just messing with the theme of it for instance.
I have a carousel that I created using CSS animation with three images. The carousel itself works fine and looks good at full size. Though when I shrink the browser to smaller sizes the images don't stretch its height to fill the entire area so it leaves a large black area under the images prior to the navigation.
Ive tried using Height 100% width auto which DOES work, but the images stretch. I am curious if there is a way to minimize the stretching (or not have any all together). I am okay with the images being cropped but I would like it to remain unstretched if possible.
Github page: https://tsukiyonocm.github.io/Portfolio-Photography-Website/
Github CSS: https://github.com/Tsukiyonocm/Portfolio-Photography-Website/blob/master/css/style.css
Thoughts?