Answers for "image orientation css"

CSS
4

rotate image html

.img {
transform: rotate(90deg);
}
Posted by: Guest on May-20-2020
0

image orientation css

#image {
  image-orientation: 90deg; /* Can be changed in the live sample */
}
Posted by: Guest on May-23-2020

Browse Popular Code Answers by Language