This commit is contained in:
Fahad Abbas 2014-07-17 11:00:23 +00:00
parent 439f29d6a9
commit 3750376eb2

View file

@ -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;