Skip to content

Instantly share code, notes, and snippets.

@alexmarch
Last active October 20, 2023 15:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexmarch/b2f81deac61e83a83020c0bc2bab4e8e to your computer and use it in GitHub Desktop.
Save alexmarch/b2f81deac61e83a83020c0bc2bab4e8e to your computer and use it in GitHub Desktop.
Opencart Youtube Video snippet
<div class="video__box" style="background-image: url('/catalog/view/theme/bozzlifedev/assets/img/_src/video-bg.jpg');">
<div class="video__button video-btn air-open-btn" data-popup-current="video" data-video-src="https://www.youtube.com/embed/OUmL6kUq-Mg">
<img src="/catalog/view/theme/bozzlifedev/assets/img/_src/video.png" alt="">
</div>
</div>
@alexmarch
Copy link
Author

Заменить файл в теме
/catalog/view/theme/bozzlifedev/assets/img/_src/video-bg.jpg

@alexmarch
Copy link
Author

data-video-src="https://www.youtube.com/embed/OUmL6kUq-Mg"
вставить ссылку на видео

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment