ReduxSimpleStarter icon indicating copy to clipboard operation
ReduxSimpleStarter copied to clipboard

video(videodetails) doesnt show up in browser.

Open vsuguna opened this issue 7 years ago • 1 comments

i could get title and description showing up but not the video. any help? ` screenshot 6 screenshot 8 screenshot 9

`

vsuguna avatar Nov 13 '17 15:11 vsuguna

@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>

scottwestover avatar Nov 22 '17 02:11 scottwestover