MCT-master / mct-master.github.io

The blog of MCT
https://mct-master.github.io
14 stars 9 forks source link

Make slideshow container have fixed width and height #37

Closed aleksati closed 2 years ago

aleksati commented 2 years ago

Now, the container resizes with different image sizes. This is not a great user experience. Check it here:

It's better if the container and image sizes are fixed. This is also the standard for most online slideshow features. While this is primarily a CSS job, we might want to determine the fixed slideshow container size based on the largest or smallest image in each slideshow. This will have to be done with JS.

aleksati commented 2 years ago

We can close this for now.