Commit dd785351 authored by Kim, Subin's avatar Kim, Subin
Browse files

class -> className 변경

parent 9f1bc4cd
...@@ -25,7 +25,7 @@ const Video = ({ movieId }) => { ...@@ -25,7 +25,7 @@ const Video = ({ movieId }) => {
? videoUrls.map(el => ( ? videoUrls.map(el => (
<div className="mt-5 pb-5"> <div className="mt-5 pb-5">
<p>{el.name}</p> <p>{el.name}</p>
<div class="ratio ratio-16x9"> <div className="ratio ratio-16x9">
<iframe src={`https://www.youtube.com/embed/${el.key}`} title="YouTube video" allowFullScreen></iframe> <iframe src={`https://www.youtube.com/embed/${el.key}`} title="YouTube video" allowFullScreen></iframe>
</div> </div>
</div> </div>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment