After scale enlarges the picture, the parent element cannot adapt to the height, but the parent element's overflow can be manually reset on the page to adapt to the height.


        </div>
    </div>
</body>
</html>

A simple page is centered so that the picture inside can be scrolled. Then I manually use scale on the page to enlarge the picture, the parent element of the enlarged image content can not adapt to the height, but I reset the overflow property of content to the page to adapt to the height of the picture, so that it can be scrolled.

what is the principle of this?

Css
Aug.29,2021
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b37158-2b7e1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b37158-2b7e1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?