is it possible to automatically resize div and its content when browser window is resized?
i want text not to wrap. i want to adjust image and font size to have the same composition (or layout).
is it possible to do it using CSS?
thanks
Martin
is it possible to automatically resize div and its content when browser window is
Share
I have wanted to change image size relatively to ratio of parent div and window size. I have used code posted below. The problem is, the image width is resize correctly but height is devided by 13 instead of 3.9 in my case. can you see the error? thanks