要讓映像具有響應式,您可以嘗試執行以下程式碼:
即時示範
<!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中文網其他相關文章!