Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
butter-studio
Commits
dd785351
Commit
dd785351
authored
Aug 10, 2021
by
Kim, Subin
Browse files
class -> className 변경
parent
9f1bc4cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
client/src/components/Video.js
View file @
dd785351
...
...
@@ -25,7 +25,7 @@ const Video = ({ movieId }) => {
?
videoUrls
.
map
(
el
=>
(
<
div
className
=
"
mt-5 pb-5
"
>
<
p
>
{
el
.
name
}
<
/p
>
<
div
class
=
"
ratio ratio-16x9
"
>
<
div
class
Name
=
"
ratio ratio-16x9
"
>
<
iframe
src
=
{
`https://www.youtube.com/embed/
${
el
.
key
}
`
}
title
=
"
YouTube video
"
allowFullScreen
><
/iframe
>
<
/div
>
<
/div
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment