logo fond blanc, youtube autoplay

This commit is contained in:
2017-03-02 18:34:05 +01:00
parent 32c264371e
commit a4bd434e68
12 changed files with 139 additions and 79 deletions
@@ -33,7 +33,7 @@ function _clameursmod_getemvidfield(){
$data['test'] = "OK";
$data['src'] = $_GET['src'];
$data['embed'] = theme('video_embed_field_embed_code', array('url'=>$data['src']));
$data['embed'] = theme('video_embed_field_embed_code', array('url'=>$data['src'], 'style'=>'normal'));
drupal_json_output($data);
}