In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-05 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/03 Report--
This article will explain in detail how to deal with img distortion in css. The editor thinks it is very practical, so I share it for you as a reference. I hope you can get something after reading this article.
1. Open the corresponding css file.
2. You can keep the length and width of the original element content by setting "object-fit:none;".
Screen 1920 pixels, set img width:1920px fixed size, the picture is not distorted, set width:100% picture distortion.
Img {display:block; / * img image is a few pixels smaller than the parent element and is set as a block element to make the parent and child div highly consistent * / width:100%;}
Solve the problem of picture distortion caused by setting width:100% in order to make the picture adaptive screen size
Object-fit: none; / * keep the length and width of the original element content * /
If the effect is not obvious, you can choose a picture with text, you can see the difference in clarity.
Img {width:100%; max-width:100%; object-fit:none;}
Note, however, that when object-fit:none is set, when the screen size is smaller than the picture size, the picture will be automatically cropped to the middle position.
This is the end of the article on "how to deal with img distortion in css". I hope the above content can be of some help to you, so that you can learn more knowledge. if you think the article is good, please share it for more people to see.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.