Hi,
In the extesion is not possible change the with type, but you can modify the lines inside the library file dwzTicker.asp
Public sub InsertBodyCode() bodyCode = "" bodyCode = bodyCode & "<div id='" & name & "_Container' class='" & containerClass & "' " bodyCode = bodyCode & "style='width:" & width & "px;height:" & height & "px;overflow:hidden;' ></div>" & vbcrlf response.Write(bodyCode) End Sub
and change the px with %
In a next release I will add this option
Gianluigi |
|
|