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

yii2 - Yii 2 Running a Cron in the basic template -

asp.net - 'System.Web.HttpContext' does not contain a definition for 'GetOwinContext' Mystery -

mercurial graft feature, can it copy? -