Pārlūkot izejas kodu

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

Isaac Flores 16 gadi atpakaļ
vecāks
revīzija
c6a04ff12d

+ 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 {