Views Slideshow of Youtube Videos Chrome Bug

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
djohns's picture

Hi All,

If anyone could help me out that would be greatly appreciated. I have a views slideshow of about 8 youtube videos.

When you load the page in Chrome one video sticks to the top right corner of the page. If you slide through the videos is disappears, but it always shows up when the page loads.

Its a slideshow with a rightturn effect on hover. I switched it and tryed not on hover, different effects and still has that chrome bug.

I tested in FF IE and Safari and it works fine. Chrome is the only problem.

I attached a screen-shot of it so you can see.

Any ideas would be great. thanks!

-djohns

AttachmentSize
chrom_bug.png787.22 KB

Comments

Views Slideshow of Youtube Videos Chrome Bug

hariharasuthan_mk's picture

how did u call the view slideshow ? througth any links / some other

best way is

<?php
$viewName
= 'MYVIEWNAME';
print
views_embed_view($viewName);
?>

need some arguments means do as follows

<?php
views_embed_view
('viewname', 'page_1', 1, 2, 3);
?>

either some style issues

Thanks

djohns's picture

Thanks for the help. I will five that a try and let you know how it goes.

Called with PHP

djohns's picture

I used the default view first that views creates , then created one with PHP like above, but still have the same issue. thanks for the help though.

Replay: Called with PHP

hariharasuthan_mk's picture

so there may be some design issues ,so that it arise in chrome (particular browser),
otherwise,
let you give me the details belongs to the site, i can solve that on my free time, my skype id is : hariharasuthanskype ( from india )

mai id : hariharasuthan_mk@yahoo.com

called with PHP

djohns's picture

Hi, I sent you an email. I am on skype as well. Thanks