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.
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
Comment #1
rashad612 commentedPlease 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
Comment #2
1fotograf.ru commentedIt 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.
Comment #3
rashad612 commentedYou can override
template_preprocess_viewscarousel3din yourtemplate.phpand usedrupal_add_js()to add the modified version ofcloud-carousel.1.0.4.js:)Comment #4
1fotograf.ru commentedThanks =).