We have a point layer with urls to 360deg (panorama) photo's.
The url is to an asp which opens an interactive viewing window for viewing the photos.
Unfortunately the popup remains small and our users have to manually drag the popup corners to enlarge the browser window each time.
See the 2 screenshots.
Is there some way (in AGX or our service) to force the popup window to open in a larger window to start with?
The url is to an asp which opens an interactive viewing window for viewing the photos.
Unfortunately the popup remains small and our users have to manually drag the popup corners to enlarge the browser window each time.
See the 2 screenshots.
Is there some way (in AGX or our service) to force the popup window to open in a larger window to start with?
Using iframe is one way that you could do this.
<iframe src="http://www.vpix.net/index.php?tour=2437" height=400 width=400></iframe>
The popup will use the height and width to size itself when opened.
Keep in mind that, if you resize a popup window manually (grab a corner and resize) the popup will open to that size the next time it is opened. If you click edit on the popup window and then OK, you will see the default behavior of the popup being clicked for the first time.