diff --git a/upload/plugins/embed_video_mod/embed_video_mod.php b/upload/plugins/embed_video_mod/embed_video_mod.php index d4364647..12edd387 100644 --- a/upload/plugins/embed_video_mod/embed_video_mod.php +++ b/upload/plugins/embed_video_mod/embed_video_mod.php @@ -294,7 +294,7 @@ if (!function_exists('validate_embed_code')) $iframe = str_replace('height=', 'height="350"', $iframe); - $iframe = str_replace('width=', 'width="750"', $iframe); + $iframe = str_replace('width=', 'width="749"', $iframe); $embed_code = $iframe;