css - empty box wont resize responsively correctly -


i creating responsive template. of page contains images resize nicely.

however there 1 box empty want resize in proportion images.

however, when move smaller screen sizes width responds box collapses have no height.

i realise use jq height required seems using hammer crack nut.

here's css

/*full width*/ .moduletable_homesmposition007 width: 213px; height: 119px; background-color:#e9abaf; border:1px solid #d1d3d4;  /*inside media query*/ .moduletable_homesmposition007 { box-sizing:border-box; max-width:48%; height:auto; width: auto\9; } 


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -