Reputation: 13
I saw a very nice homepage on templatemonster and im trying to make my homepage look alike and the problem is the main image. it wont scale the same way and i have no idea what I should search for . i have searched for dynamic picture but cant find anything.
The site with the image script: http://livedemo00.template-help.com/wt_43701/#!/pageSplash Try to resize the window and you will see that the image will shrink and some parts of the image will move outside the window.
The site im working on is: http://dq.se/formbar/ the main image has only one TAG and that is
width:100%;
Please help me find a way that my IMAGE has the min-height: 500px; and if the window gets smaller the image will be cut on the sides.
/ Axel
Upvotes: 0
Views: 239
Reputation: 743
well if you have min-height:500px;
try overflow:hidden;
this will hide the rest of your picture after shrinking to 500px
little fiddle : here
Upvotes: 1