이미지를 반응형으로 만들려면 다음 코드를 실행해 보세요.
Live Demo
<!DOCTYPE html> <html> <head> <style> img { max-width: 100%; height: auto; } </style> </head> <body> <img src = "https://www.tutorialspoint.com/videotutorials/images/coding_ground_home.jpg" alt = "Online Compiler" width = "300" height = "300"> </body> </html>
위 내용은 CSS를 사용하여 이미지를 축소하여 반응형으로 만드는 방법의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!