Files
roi-theme/wp-content/plugins/thrive-visual-editor/thrive-dashboard/templates/modal/video-modal.phtml
root a22573bf0b Commit inicial - WordPress Análisis de Precios Unitarios
- WordPress core y plugins
- Tema Twenty Twenty-Four configurado
- Plugin allow-unfiltered-html.php simplificado
- .gitignore configurado para excluir wp-config.php y uploads

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-03 21:04:30 -06:00

13 lines
622 B
PHTML
Executable File

<div class="tvd-modal-content yt-video">
<iframe width="800px" height="450px" allowfullscreen mozallowfullscreen webkitallowfullscreen oallowfullscreen msallowfullscreen allow="autoplay; encrypted-media"></iframe>
</div>
<a class="tvd-modal-action tvd-modal-close tvd-modal-close-x tvd-modal-close-x-yt" href="javascript:void(0)">
<span class="tvd-icon-close-modal">
<svg id="icon-close2" viewBox="0 0 30 32">
<path d="M0.655 2.801l1.257-1.257 27.655 27.655-1.257 1.257-27.655-27.655z"/>
<path d="M28.31 1.543l1.257 1.257-27.655 27.655-1.257-1.257 27.655-27.655z"/>
</svg></span>
</a>