1
votes

I have implemented a slideshow using jquery cycle plugin : the problem with the slideshow is that it displays first image away from its container and after that it shows all slideshow images correctly, The first image takes time to load and until then it remains in rightest corner of my website which makes my website look dirty... Please do help

Link is here

2

2 Answers

0
votes

Add below css

.slideshow img{top:0; left:0; position:absolute; display:none;}
0
votes

Add some CSS positioning property for your .slideshow { elements