Zoom for width and height-css pictures

Source: Internet
Author: User
Tags relative

CSS image scaling: In the CSS image scaling is achieved by the width and height two properties.

Width and Height properties: can be set to relative size, or set to absolute size. When the width and Height properties are set to relative sizes, the size of the picture changes as the window changes its width when you drag the Zoom browser. If you only set the Width property of the picture, but do not set the Height property, the picture itself will automatically zoom to the vertical and horizontal scale, if only the height attribute is the same. Scaling is unequal only when the height and Width properties are set at the same time.
Example of scaling CSS pictures:

<title> Picture Zoom </title>
<style>
<!--
img.test1{
width:50%; /* Relative Width * *
}
-->
</style>
<body>

</body>

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.