- Posts: 27
- Thank you received: 0
Rotator: can i make it better?
-
ted_hotj
Inactive member - Topic Author
- Member
Less
More
11 years 7 months ago - 11 years 7 months ago #29769
by ted_hotj
Rotator: can i make it better? was created by ted_hotj
I've got a little display problem with Rotator in home page: when i load the page, i see a ugly effect (see attached file).
Anyway, when the page is fully loaded, rotator works fine.
Can I avoid it?
Thank you.
www.hotellungomareigeamarina.it
Anyway, when the page is fully loaded, rotator works fine.
Can I avoid it?
Thank you.
www.hotellungomareigeamarina.it
Last edit: 11 years 7 months ago by ted_hotj.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 7 months ago #29783
by ivan.milic
Replied by ivan.milic on topic Rotator: can i make it better?
You can do some image pre loading but that will make delays in site loading. Best you optimize images to have smallest size they can have.
Simplest method to pre-load images is to dip hidden divs with background image properties set to your images. To hide module set module class suffix " hidden" and add this to template_css.css
.hidden{
display:none;
}
also this css may improve appearance you can try it:
#slider > img{
display:none;
}
Simplest method to pre-load images is to dip hidden divs with background image properties set to your images. To hide module set module class suffix " hidden" and add this to template_css.css
.hidden{
display:none;
}
also this css may improve appearance you can try it:
#slider > img{
display:none;
}
Please Log in to join the conversation.
Time to create page: 0.168 seconds