View Single Post
  #3  
Old 07-23-2013, 05:29 AM
CompSci CompSci is offline
Member
 
Join Date: Jun 2013
Posts: 28
Quote:
Originally Posted by Jeff View Post
You can change the width/height options:
Code:
viz.setOption('viz.AVIRecorder.maxWidth','800') 
viz.setOption('viz.AVIRecorder.maxHeight','600')
Thanks I will give this a try !
Reply With Quote