Skip to content

Commit 530bc30

Browse files
committed
Tweak SoundCloud behavior to auto height
1 parent 28b43d9 commit 530bc30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/application/views/widgets/mediaelement/jquery.mediaelement.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4526,7 +4526,7 @@ function YouTubeGetID(url){
45264526
var theElement = $('#soundcloud'+this.model.filename+'_'+this.model.id);
45274527
if (theElement) {
45284528
$(theElement).width(width);
4529-
$(theElement).height(height);
4529+
$(theElement).height("auto");
45304530
}
45314531
}
45324532

0 commit comments

Comments
 (0)