html - Stretch images contained in 1 div across screen -


probably simple fix here, have 3x images in line want stretch across browser window, no matter resolution.

i've messed around percentages in css can seem control 1 object.

my guess possibly create individual div each image, assign each div percentage of screen, 1/3 of screen's width reserved each image - stretch / re-size depending on resolution.

can point me in right direction? not sure if i'm thinking this.

cheers!

just add:

width: 33.3%; 

to your:

img.selector1 {} 

Comments

Popular posts from this blog

c - Calling a function within a loop -

vb.net - Unbound DataGridView add row with checkbox error -

How i fill combobox items in Radgridview manually using in vb.net -