Default values for this.xRadius = ($(container).width()/2.3); and this.yRadius = ($(container).height()/6); found in cloud-carousel.1.0.4.js are not always suitable. I suggest these values should be available at admin page.

Comments

rashad612’s picture

Please do not forget that this module is a third party integration, the source of Cloud Carousel can be found here:
http://www.professorcloud.com/mainsite/carousel.htm

1fotograf.ru’s picture

It is clear enough. I didn't examine the code thoroughly but eventually have found these lines. Obviously, there are default values hardcoded in such a strange way. Nevertheless, the constructor should accept arbitrary values through the options array, but some options aren't exposed at admin page in any way. It would be great to fix this, regardless to the original code.

rashad612’s picture

You can override template_preprocess_viewscarousel3d in your template.php and use drupal_add_js() to add the modified version of cloud-carousel.1.0.4.js :)

1fotograf.ru’s picture

Thanks =).