Test resolution equal Netshoes site [duplicate]

-1

I was testing the Netshoes site in various resolutions, and I saw that it is only 1300px and has a minimum of 950px in width. When you slow down the screen, it will not adjust itself (like using the bootstrap, for example), it only fits when it arrives at a width smaller than x, and vice versa.

Does anyone know how this is being done? Is it just using CSS, or does it have JS?

Thank you

    
asked by anonymous 07.04.2014 / 15:40

1 answer

0

They probably use media-queries to achieve such an effect.

You can read more about it here:

Here's an example of how media queries can be used in the way you mentioned:

link

I did it very quickly, just to test it, but the concept is this ..

    
07.04.2014 / 16:53