View Single Post
  #2  
Old 07-22-2013, 05:04 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
You can change the width/height options:
Code:
viz.setOption('viz.AVIRecorder.maxWidth','800') 
viz.setOption('viz.AVIRecorder.maxHeight','600')
Reply With Quote