I need some help with my website | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
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???

30th Dec 2016, 11:08 PM
demonicsimba_13
2 Respuestas
+ 3
why not change width and height of the img by css ? If not, check overflow property
31st Dec 2016, 1:15 AM
Nahuel
Nahuel - avatar
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 .
31st Dec 2016, 5:09 AM
demonicsimba_13