IMG Image Responsive

<style> body { margin:0; text-align:center; } img.pic { max-width:90%; /*You need to assign max-width to the image */ } </style> <body> <p> <img class="pic" src="http://i.imgur.com/awBeN2c.jpg"/> </p> </body>

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.