solved Where can I make adjustment to rotator?

alt=
@tettlingen
8 years ago
93 posts
Hi! A little help with a design thing, please.

I like to remove the space between the uploaded images carousell/rotator and the pager. (Sitebuilder on index, skin: media pro light) see pic.

Can you please tell me where I can make this adjustment?

Thank you
updated by @tettlingen: 06/11/16 04:50:34PM
michael
@michael
8 years ago
7,714 posts
got a URL?
alt=
@tettlingen
8 years ago
93 posts
Hi!

looking for some kind of css or similar for sitebulder layouts? :)
trying to compress the layout a litte to fit more info on index without scrolling too much.
updated by @tettlingen: 03/12/16 01:54:54AM
michael
@michael
8 years ago
7,714 posts
The default rotator script for uploaded images guesses that your images are in 4:3 format.

In this location your ones aren't. so to get them looking like you want, do this:
* In your ACP go to:
ACP -> FORMS -> EDITOR IMAGE UPLOAD -> TEMPLATES -> widget_upimg_display.tpl -> MODIFY
* Change this line:
$("#s{$unique_id}").height((fh / 3) * 2);
to
$("#s{$unique_id}").height((fh / 16) * 7);
* Click SAVE CHANGES
* Click CANCEL (or TEMPLATES)
* Check the checkbox in the 'active' column
* Click SAVE CHANGES

Now you are over-riding the default template with your new custom one that defaults the rotator to about a 16:9 ratio which better suits your image size.
alt=
@tettlingen
8 years ago
93 posts
Worked like a charm!
Thank you for your help! :)

Tags