Parcourir la source

[svn r20974] Minor - allow see full screen video youtube - (partial FS#3909)

Isaac Flores il y a 16 ans
Parent
commit
c6a04ff12d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      main/inc/lib/fckeditor/editor/plugins/youtube/youtube.js

+ 1 - 1
main/inc/lib/fckeditor/editor/plugins/youtube/youtube.js

@@ -128,7 +128,7 @@ function UpdateEmbed( e )
 	
 	SetAttribute( e, 'type'			, 'application/x-shockwave-flash' ) ;
 	SetAttribute( e, 'pluginspage'	, 'http://www.macromedia.com/go/getflashplayer' ) ;
-	
+    SetAttribute( e, 'allowfullscreen'  , 'true' ) ;	
 	if ( GetE('radioHigh').checked ) {
 		SetAttribute( e, 'src'		, YoutubeSite + YoutubeId + HighQualityString ) ;
 	} else {