ReduxSimpleStarter
ReduxSimpleStarter copied to clipboard
video(videodetails) doesnt show up in browser.
i could get title and description showing up but not the video. any help?
`
`
@souryavaranasi in your video_details.js, the class 'embed-responsive16by9' should be 'embed-responsive-16by9'
<div className="embed-responsive embed-responsive-16by9">
<iframe className="embed-responsive-item" src={url}></iframe>
</div>