I need to make 4 thumbnails accompany the width of the screen.
Example:
DIV1 DIV2 DIV3 DIV4 They are one size X, horizontally in a row, taking up the full width of the screen.
I need to resize the screen, it still persists in 4 queued divs, with sizes proportional to that type of screen, and that fills the entire width.
In short, they should match the width of the screen.
How could I do this in Jquery or css?