Prev Demo
Max-Width Property In RWD Images
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Demo</title> </head> <body> <h1>Max-Width Property</h1> <style> .class { max-width:100%; height:auto; } </style> <img src="http://techfunda.com/HTPictures/Generics/5-635942140823078493.jpg" class="class"/> <p><strong>NOTE:</strong> We can scale the image upto its original size only, more than its original size extension is not possible.</p> </body> </html>
Note: We DO NOT save your trial code in our database.
Output