0
I need some help with my website
I was making a webpage its a really simple one but when i put some img on it the width and height expanded to fit the img is there someway to make the browser ignore anything that is out of a certain width/height but only ignoring that part of the img not the whole img???
2 Answers
+ 3
why not change width and height of the img by css ?
If not, check overflow property
0
thank you ! it worked like a charm
and i actually used it on the body so this will save me a lot of work in the future .