This commit is contained in:
parent
439f29d6a9
commit
3750376eb2
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue