Dear visitor, welcome to krpano.com Forum. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
Of course.Sorry, can't reproduce such.
Do you have an example?
Do you have a link to your example?The preview Image (preview.jpg) is not shown on startup since krpano 1.2x.
When I start the the tour display is black, Then loads the tiled images. In krpano 1.6 and below, the preview image was shown on startup then it loads the tiled images.
Thanks, I first misunderstood what you mean but now I see. Will be fixed in the next release.Of course.Sorry, can't reproduce such.
Do you have an example?
https://spacerywirtualne.pl/for_Klaus/txty/
The preview Image (preview.jpg) is not shown on startup since krpano 1.2x.
When I start the the tour display is black, Then loads the tiled images. In krpano 1.6 and below, the preview image was shown on startup then it loads the tiled images.
Location: Netherlands
Occupation: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
That was an unintended side-effect of the display.autofullscreen feature and fixed in 1.20 - here a quote from the release-notes:Now, if the panorama is built into the iframe, when you turn the mobile device into a landscape position, it does not open in full screen.
Quoted
Fix: Use display.autofullscreen only for full-page-websites.
Location: Netherlands
Occupation: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
This post has been edited 1 times, last edit by "Tuur" (Feb 4th 2020, 2:40pm)
![]() |
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
panotype=autodetect stereosupport=true makescenes=false frames=false converttocube=true converttocubelimit=360x120 converttocubeformat=jpg multires=true levels=auto tilepath=%INPUTPATH%/tiles/l%Al[_c]_%Av_%Ah.jpg thumbpath=%INPUTPATH%/tiles/thumb.jpg previewpath=%INPUTPATH%/tiles/preview.jpg makethumb=true xml=false html=false jpegquality=90 jpegsubsamp=422 tilesize=512 levelsizes=512,1024,2048 |
![]() |
Source code |
1 |
https://ibb.co/P4wGmrr |
![]() |
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 |
<preview url="preview.jpg" /> <image type="CUBE" multires="true" tilesize="512"> <level tiledimagewidth="2048" > <cube url="l1_%s_%v_%h.jpg" /> </level> <level tiledimagewidth="1024" > <cube url="l2_%s_%v_%h.jpg" /> </level> <level tiledimagewidth="512" > <cube url="l3_%s_%v_%h.jpg" /> </level> </image> |
Location: Netherlands
Occupation: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
@insideplaces
Look up 2 posts
https://krpano.com/forum/wbb/index.php?p…80867#post80867
Hope it helps
Tuur![]()
Hello, I just upgraded krpano version to 1.20.3 but now I am having an issue during image tiling.
![]() |
Source code |
1 |
levelsizes=512,1024,2048 |
![]() |
Source code |
1 |
levelsizes=2048,1024,512 |