Yes, you can do that. However i haven't included that options at module's parameters because there is a possibility to cut piece of text.
Solution: f.e width: 400 and height: 100- In Case that you have created an XML File :1. Open the xml file: /modules/mod_cu3er/config/ your_xml_file.xml (default: config.xml)
2. Change line #43 from
<tweenIn/> to
<tweenIn width="400" height="100"/> (width: 400, height: 100)
- In case that you have changed the parameters of Cu3er's module (administrator area):1. Open the file : /modules/mod_cu3er/mod_cu3er.php
2. Change the line #556
From :
$data .= "\t\t\t".'<tweenIn />'."\n";To :
$data .= "\t\t\t".'<tweenIn width="400" height="100" />'."\n";3. Save the file and go to parameters.
4. Change at least 1 parameter and save it.
Module will rebuild your XML file. You are ready to see the changes.
If you notice that width /height that you have set cutting the text then repeat the above processes
