I need to insert images in my site but they have different sizes and also are appearing upside down how can i solve this | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

I need to insert images in my site but they have different sizes and also are appearing upside down how can i solve this

image

20th Jan 2017, 12:57 PM
james z phiri
james z phiri - avatar
5 Respuestas
+ 7
<img src="url"> css: img { width:50%; height:50vh; transform:rotate(90deg); }
20th Jan 2017, 12:58 PM
Valen.H. ~
Valen.H. ~ - avatar
+ 7
Then put ids,classes etc……… or put inline styles to imgs……
20th Jan 2017, 1:12 PM
Valen.H. ~
Valen.H. ~ - avatar
0
wat's vh and width 50% only reduces the size of individual image and the result stil is the same as before
20th Jan 2017, 1:09 PM
james z phiri
james z phiri - avatar
0
ok thanks let try it
20th Jan 2017, 1:16 PM
james z phiri
james z phiri - avatar
0
Photoshop.
20th Jan 2017, 10:19 PM
Rob
Rob - avatar