Google Chrome - Slideshow.

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
1/14/2013 10:49:11 AM
Gravatar
Total Posts 118

Google Chrome - Slideshow.

Hi, I'm using a slideshow on the homepage, when I view it in chrome, I only see the top 5px it appears fine in other browsers. 

1/14/2013 3:09:03 PM
Gravatar
Total Posts 91

mojoPortal Hosting & Design @ i7MEDIA!

Re: Google Chrome - Slideshow.

If you view it in Safari I'll bet you'll see the same thing.  I believe it's caused from webkit browsers loading the jQuery before it finishes loading the images.  Try placing the call for your slideshow in a document load event and it should be fixed. If not then it's something I would have to look at to tell you how to fix it.

Document load event example:

$(window).load(function () {
	// run code
});

Hope that helps
-Elijah

1/15/2013 4:59:00 AM
Gravatar
Total Posts 118

Re: Google Chrome - Slideshow.

Thanks for the reply. 

I found that if you set the height of the slideshow 'Settings >> Slideshow >> Slide Container Height' it loads correctly.

You must sign in to post in the forums. This thread is closed to new posts.