File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 554554 if ( matches ) {
555555 var i = 0 ;
556556 while ( i < matches . length ) {
557- var frame = $sce . trustAsHtml ( '<iframe height="160 " scrolling="no" ' + 'src="https://w.soundcloud.com/player/?url=https://' + matches [ i ] + '&auto_play=' + opts . soundCloudOptions . autoPlay + '&hide_related=' + opts . soundCloudOptions . hideRelated + '&show_comments=' + opts . soundCloudOptions . showComments + '&show_user=' + opts . soundCloudOptions . showUser + '&show_reposts=' + opts . soundCloudOptions . showReposts + '&visual=' + opts . soundCloudOptions . visual + '&download=' + opts . soundCloudOptions . download + '&color=' + opts . soundCloudOptions . themeColor + '&theme_color=' + opts . soundCloudOptions . themeColor + '"></iframe>' ) ;
557+ var frame = $sce . trustAsHtml ( '<iframe width="' + opts . soundCloudOptions . width + '" height="' + opts . soundCloudOptions . height + ' " scrolling="no" ' + 'src="https://w.soundcloud.com/player/?url=https://' + matches [ i ] + '&auto_play=' + opts . soundCloudOptions . autoPlay + '&hide_related=' + opts . soundCloudOptions . hideRelated + '&show_comments=' + opts . soundCloudOptions . showComments + '&show_user=' + opts . soundCloudOptions . showUser + '&show_reposts=' + opts . soundCloudOptions . showReposts + '&visual=' + opts . soundCloudOptions . visual + '&download=' + opts . soundCloudOptions . download + '&color=' + opts . soundCloudOptions . themeColor + '&theme_color=' + opts . soundCloudOptions . themeColor + '"></iframe>' ) ;
558558 scope . videoServices . push ( frame ) ;
559559 i ++ ;
560560 }
You can’t perform that action at this time.
0 commit comments