Ver Mensaje Individual
  #18 (permalink)  
Antiguo 05/08/2015, 16:28
superweb360
(Desactivado)
 
Fecha de Ingreso: abril-2015
Ubicación: España
Mensajes: 616
Antigüedad: 9 años, 1 mes
Puntos: 74
Respuesta: HTML responsive

Prueba con este código

Código HTML:
Ver original
  1.     <style>
  2.     img
  3.     {
  4.         max-width: 100%;
  5.     }
  6.     </style>
  7. </head>
  8.     <img src="http://www.lauramcalister.com/wp-content/uploads/2015/07/534806-cat.jpg" />
  9. </body>
  10. </html>