Closed (works as designed)
Project:
Couloir Slideshow
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
27 Jan 2009 at 17:55 UTC
Updated:
31 Dec 2009 at 00:34 UTC
Comments
Comment #1
cluke009 commentedI am having a similar problem. Except I just want to completely remove the initial easing animation. I am looking through the functions but my javascript is still not that strong. Any suggestions?
Comment #2
jlg commentedComment #3
ComputerWolf commentedIf you want a fixed size and are familiar with php and css at all is this:
In couloir_slideshow.module and locate this code:
And add another DIV around the OuterContainer like so:
And then in /css/couloir.css add:
And make sure you set the correct dimensions that you want it fixed to. I have not tested this, so it may not work as expected, let me know if you need anymore help.
Comment #4
ruess commentedThis was very helpful thanks!