Does Carousel support youtube? #238
Unanswered
colormango
asked this question in
Q&A
Replies: 1 comment
-
Hi, Sorry, it is not currently supported, but it is planned for future releases. For now, you could implement it using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If I have both Images and YouTube videos, how can I use them on Carousel?
For example:
div class="carousel__slide"
img data-lazy-src="https://lipsum.app/id/46/1600x1200" /
/div
div class="carousel__slide"
img data-lazy-src="https://lipsum.app/id/47/1600x1200" />
/div
div class="carousel__slide"
img data-lazy-src="https://www.youtube.com/embed/-Y9nTVmNdyU" /
/div
Beta Was this translation helpful? Give feedback.
All reactions