Ver Mensaje Individual
  #3 (permalink)  
Antiguo 19/04/2015, 06:31
robertoferran
Invitado
 
Mensajes: n/a
Puntos:
Respuesta: Video descentrado (o no visible) en dispositivos móviles. html5.

CÓDIGO CSS:

Código CSS:
Ver original
  1. .spotempresa {
  2.     width: 1920px;
  3.     height: 451px;
  4.     position: absolute;
  5.     top: 0;
  6.     left: 50%;
  7.     -webkit-transform: translate(-50%, 0px);
  8.     -moz-transform: translate(-50%, 0px);
  9.     -o-transform: translate(-50%, 0px);
  10.     -ms-transform: translate(-50%, 0px);
  11.     transform: translate(-50%, 0px);
  12. }