ФАКЕР
Заблокирован
- Сообщения
- 857
- Решения
- 9
- Реакции
- 85
- Баллы
- 1,730
Здравствуйте.
У меня есть вот такой код в шаблоне:
И вот код видео с ютуба:
Как сделать, что бы видео было слева от текста?
У меня есть вот такой код в шаблоне:
Код:
<div class="media__body">
<xf:if is="property('uix_welcomeSection__title')"><div class="uix_welcomeSection__title">{{ phrase('text_privetstvie_zagolovok') }}</div></xf:if>
<xf:if is="property('uix_welcomeSection__text')"><div class="uix_welcomeSection__text">{{ phrase('text_privetstvie_telo') }}</div></xf:if>
<xf:if is="property('uix_welcomeSection__url')"><xf:button href="{{ link(property('uix_welcomeSection__url')) }}" class="button--cta">{{ property('uix_welcomeSection__buttonText')}}</xf:button></xf:if>
</div>
И вот код видео с ютуба:
Код:
<iframe width="885" height="498" src="https://www.youtube.com/embed/2hNkNU4cJdw" title="Что Мы Увидим Если Осушить Океан" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
Как сделать, что бы видео было слева от текста?