Código HTML:
<a rel="shadowbox;width=500;height=500" class="option" title="<?php echo htmlentities($row_video['titulo']);?>" href="<?php echo $row_video['video']?>;autoplay=1" target="_blank"><?php echo htmlentities($row_video['titulo']);?></a>
| |||
abrir shadowbox fuera de un iframe Hola muchachos, no se como solucionar esto. Tengo un formulario dentro de un iframe en el cual se carga un video y a su vez uso shadowbox pra mostrarlo. El problema es qu se abre dentro del iframe y yo uiero que ocupe toda la ventana del navegador. Tengo esto Código HTML: <a rel="shadowbox;width=500;height=500" class="option" title="<?php echo htmlentities($row_video['titulo']);?>" href="<?php echo $row_video['video']?>;autoplay=1" target="_blank"><?php echo htmlentities($row_video['titulo']);?></a> |