boss1980in
Forum Replies Created
-
Hi Raven,
Thanks for your reply.
i have fixed the problem temporarly .. but i know its not proper solution.
may be you can fine tune it if you like. below is the things i did and get 90% desired result.<———– put this code in the template ——–>
<div id=”inlinecontent” style=”display: none”></div>
<script>
function callit() {if(navigator.userAgent.indexOf(‘Mobile’) != -1)
{left = (screen.width )/3 ;
newcss = ‘<style>#fancybox-wrap{left:230px!important;top:240px!important;}</style>’ + ‘<style> #fancybox-overlay {width:3000px;} </style>’;
jQuery(“#inlinecontent”).html(newcss);}
}</script>
<———- Code End ————– >
any better solution will appreciated.
Thanks!
YogiHi Ravan,
I really appreciate if you point out the exact style/classes you think can create the probs so that we can do some r&d to make the video/overlay showes in center and overlay to full screen instead of sticking to left half of the screen.
Thanks!
YogiHi Ravan,
Plugin is great on desktops and all browsers
but I m having issue with plugin on Mobile devices.when i use iframe for display video then it show the overlay on half of screen and video also showing on too much left. ( sorry for my sluggish english )
i m using latest version of easy fancybox and it works well on all desktop browsers.
any help would be appreciated.
Thanks in advance!