michodgs25 / Somerset-Trails

Find local and national parks in the Somerset Area
1 stars 1 forks source link

Project barriers& solutions - Slideshow #12

Open michodgs25 opened 4 years ago

michodgs25 commented 4 years ago

Slideshow

The idea for a slideshow came about from the user story which asked if the site can use images as its primary source of information rather than using texts. As the site developer, I personally prefer my sites to be image-heavy and minimal texts taking inspiration from social media apps.

/slideshow container mobile/ @media screen and (max-width: 37.5em) { .slideshow-container { width: 100%; height: 10em; text-align: center; } }

@media screen and (max-width: 18.75em) { .slideshow-container { width: 100%; height: 10em; text-align: center; } }


This made the slideshow more responsive to changing screen sizes and resolved the distortion of images.

### Summary
The slideshow works as intended, albeit a slight jolt with some images due to varying heights but is barely noticeable. Future iterations of the site will address this. After receiving feedback from slack #18, I found a solution for the image jolt.