royc (1 month ago)
Hi,
how can I force the video to play video in original size.
eg. full screen can be disabled
in similar way is there any name value pair to disable fit to screen option
brandice staff (1 week ago)
I've forwarded your question on to Colin, because I'm not entirely sure how to best go about doing that.
For an embedded player, you can resize the player to fit the original dimensions, but I'm not sure if you're referring to an embedded player or the default Viddler play that you would see here on the site.
cdevroe staff (1 week ago)
royc: If you are embedding this video, then yes, you can force the embed height and width to be the original size that you uploaded. However, there are no options to disable "fit to screen". You can however disable fullscreen. param name="allowFullScreen" value="true" and allowFullScreen="true" are both found in the default embed code provided by Viddler. Simply change those two values to false.