Hi,

I am not sure if it is intentionally left or a bug, But function 'theme_twistage_video' in twistage.module having arguments for width abd height and function also override it over profile width/height if given. But in last, I see code like that.

$html = '

';
$html .= '

viewList([' . $vlist . '], { ' . $apstr . ' width: ' . $profile->width . ', height: ' . $profile->height . ' });

';

which used again profile width/height instead of custom width/height .

I added a patch file to this issue.

CommentFileSizeAuthor
sizeable_player.patch460 byteskuldeep.kamboj