virtual tour example

home gallery product info downloads buy now support learn more search

support

Trouble report 91

Cannot control the displayed size of a QTVR image

Versions affected

V1.6, V2.0 - V2.4

Description

The Panorama Factory does not provide direct control over the displayed size of a QTVR image. Editing the WIDTH= and HEIGHT= values of the quicktime embed tag in the HTML file does not work correctly to change the displayed size.

Increasing the size beyond 400x320 merely surrounds the image with whitespace. Reducing the size below 400x320 clips the viewer, and in doing so removes the QuickTime toolbar.

Changing displayed width or displayed height in Wizard Step 4 allows you to control the file size and resolution of the image file that is stored inside the MOV, not the displayed size of the image. By entering a smaller width or height, you get a smaller file. But this smaller file will also have lower-resolution which will cause the displayed image to have lower quality.

Workaround

Adding "scale=tofit" to the HTML code corrects the problem. For example:

<embed src="test.mov" 
width="200" height="160" scale=tofit 
pluginspage="http://www.apple.com/quicktime" 
controller="true" bgcolor="ffffff"> 

Status

Corrected in V3.0.


Revised: April 28, 2004

© 1999-2005 Smoky City Design, LLC and John Strait