Ver Mensaje Individual
  #3 (permalink)  
Antiguo 28/05/2014, 15:17
lumiloro7
 
Fecha de Ingreso: febrero-2011
Mensajes: 4
Antigüedad: 13 años, 3 meses
Puntos: 0
Respuesta: No modificar el diseño a cambio de pantalla

y como lo aplico eso, es un script que tiene que ir asi.

Código HTML:
<script>
var lockOrientation = screen.lockOrientation || screen.mozLockOrientation || screen.msLockOrientation; 
lockOrientation('portrait');
</script>