When using fancybox to read Stream Image will show Error(Some Binary codes).
You can add 'type':'image' to the fancybox declaration like:
You can add 'type':'image' to the fancybox declaration like:
$('.fb1').fancybox({'titlePosition':'inside','type':'image'})
then fancybox can read Stream image without Error
留言