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
5 Answers
+ 7
<img src="url">
css:
img {
width:50%;
height:50vh;
transform:rotate(90deg);
}
+ 7
Then put ids,classes etcâŠâŠâŠ
or put inline styles to imgsâŠâŠ
0
wat's vh and width 50% only reduces the size of individual image and the result stil is the same as before
0
ok thanks let try it
0
Photoshop.