Hi all
I have a couple of videos embedded in my course which are hosted on YouTube. They show ok on a PC or Mac, but not on tablet or mobile. Has anyone else had this issue? My code is below:
{
"_id":"c-140",
"_parentId":"b-115",
"_type":"component",
"_component":"media",
"_classes":"",
"_layout":"left",
"title":"Professor Burke Video",
"displayTitle": "",
"body": "",
"instruction": "",
"_media": {
"source": "//www.youtube.com/embed/pBAPapMCRIo",
"type": "video/youtube",
"_isAutoPlay": false,
"_isShowRelated": false,
"_isLoop": false,
"_isKeyboardDisabled": false,
"_isModestBranding": true,
"_isHD": true,
"_isShowClosedCaptions": true,
"_isAutoHideControls": false,
"_isAllowFullscreen": true,
"_progressColor": "red",
"_isLightTheme": true
}
Any thoughts welcomed
Simon