Quote:
Originally Posted by Eneswar
Any idea why all the videos i post comes out very small?
Wasnt like this before i imported this definitions.
|
i have the same problem, i think that's wrong coding (not sure if that's ame or DJ).
this is an example for AOL
source of definition
Code:
<object height="$ameinfo[height]" width="$ameinfo[width]">
source of generated page
Code:
<object height=" height="480"" width=" width="640"">
so problem solves if i use
Code:
<object height="480" width="640">
or
Code:
<object $ameinfo[height] $ameinfo[width]>