Fancybox med Youtube problem - video vises i miniudgave
HejJeg postede egentlig et spørgsmål på Stackoverflow, men tænkte der jo også sidder kloge mennesker her, så håber på lidt hjælp herfra :-)
Mit problem er at jeg med Fancybox pludseligt får vist Youtube videoer i miniformat. Har hidtil virket fint, men her til morgen virkede det altså pludseligt ikke.
Min kode er sådan:
<a class="solution" data-fancybox-type="iframe" href="<?php echo $solution->solution; ?>?autoplay=1&html5=0">open video</a>
$('.solution').fancybox({
maxWidth : 800,
maxHeight : 600,
fitToView : false,
autoSize : true,
closeClick : false,
openEffect : 'none',
closeEffect : 'none',
helpers: {
overlay : {
locked: false
}
}
});
Og jeg får følgende fejl:
Unsafe JavaScript attempt to access frame with URL..... from frame with URL .... Domains, protocols and ports must match. jquery.fancybox.pack.js:28 Unsafe JavaScript attempt to access frame with URL .... from frame with URL .... Domains, protocols and ports must match. jquery.fancybox.pack.js:28 Resource interpreted as Image but transferred with MIME type text/html: "http://www.youtube.com/user_watch?noflv=1&html5=1&video_id=ZVRsfSUcAkc&cpn=...%2C906836%2C929602%2C930101%2C926403%2C900824%2C912711%2C910075&autoplay=1".
Jeg forstår ikke at det kan opstå "over natten", men det virker sådan :D