Hi, how should we get the video control + settings bar (e.g. youtube) on frontpage. We can only start and pause it but it flashes something for a moment when paused. On your demo too, of course.
palosutca Hi,
Let me try if it can be done.
You can use this custom CSS:
.slideshow.play .video-action { pointer-events: auto; } .slideshow.play .swiper-container { margin-bottom: 150px; }
put into this file: root/templates/ja_company/css/custom.css (Create this file if it doesn't exist)
saguaros, thank you! Amazing! 🙂