質問編集履歴

1

2022/01/05 16:10

投稿

renon104
renon104

スコア1

test CHANGED
File without changes
test CHANGED
@@ -1,6 +1,6 @@
1
1
  Rubyonrailsでvideo_tagを用いて動画の埋め込みをしました。VScordでpublic内のassets/videosに動画を入れています。
2
2
 
3
- そのため、```<%= video_tag("/assets/videos/hagi.mp4",autoplay: :true, loop: :true, muted: :true, class: 'video-content') %>
3
+ そのため、HTMLに```<%= video_tag("/assets/videos/hagi.mp4",autoplay: :true, loop: :true, muted: :true, class: 'video-content') %>
4
4
 
5
5
  ```
6
6