Answers for "video tag helper rails"

0

rails video_tag with <source>

<%= video_tag ['your_video1.mp4', 'your_video2.mp4'], controls: false, type: 'video/mp4', autoplay: :autoplay, loop: :loop, muted: :muted, width: '1000' %>
Posted by: Guest on February-12-2021

Browse Popular Code Answers by Language