HTML&CSS - Resize all my images -


i have folder full of thousands of image , want show images.

i've done already, problem here wit hthe size of images. images in folder totally different format , size. i've succeeded resize them whenever that, when change browser size don't resize aswell, stay told them to.

what want put maximum size if browser big enough size. if browser shrinks, react instantly , change size.

i've tried 2 hours , can't find way that.

ps: i'm using bootstrap

thanks ! :)

how this? images maximum size of 1000 pixels, 100% of browser width otherwise.

img {     width: 100%;     max-width: 1000px; } 

Comments

Popular posts from this blog

java - Could not locate OpenAL library -

c++ - Delete matches in OpenCV (Keypoints and descriptors) -

sorting - opencl Bitonic sort with 64 bits keys -