file:
singlewebapp/openlaszlo/lps/components/av/videoscreen.lzx

        <attribute name="aspectRatio" value="$once{4/3}"/>

        <attribute name="videoWidth" value="${
            Math.min(this.innerWidth,
                     this.innerHeight * this.aspectRatio)}"/>

        <attribute name="videoHeight" value="${
            Math.min(this.innerHeight,
                     this.innerWidth / this.aspectRatio)}"/>

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/openmeetings-user/-/ysuDGIcCnFcJ.
To post to this group, send email to openmeetings-user@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.

Reply via email to