소스 검색

Anomalie #748: Vidéos intégré vimeo plante

Sevajol Bastien 11 년 전
부모
커밋
dba461ac43
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Muzich/CoreBundle/Factory/Elements/Vimeocom.php

+ 1 - 1
src/Muzich/CoreBundle/Factory/Elements/Vimeocom.php 파일 보기

@@ -40,7 +40,7 @@ class Vimeocom extends ElementFactory
40 40
       $width = $this->container->getParameter('vimeo_player_width');
41 41
       $height = $this->container->getParameter('vimeo_player_height');
42 42
       $this->element->setEmbed(
43
-        '<iframe src="http://player.vimeo.com/video/'.$ref_id.'&autoplay=1&api=1" '
43
+        '<iframe src="http://player.vimeo.com/video/'.$ref_id.'?autoplay=1&api=1" '
44 44
         .'width="'.$width.'" height="'.$height.'" frameborder="0" '
45 45
         .'webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>'
46 46
       );