embedding pano into html - basic issue

  • hi

    i am new to krpano and about to work with a large realestae site. they want me to make all the virtual tours in 3:4 dimenssions. how can i control the pano output size and demenssions ? i can imagen it's related to the embedpano.js, but how can i use it and where do i put the code\script ?

    thanks in advance

    uv

  • as i am very new to krpano, i will appreciate an example. where do i change it ( in the tour html file ? ) and how ? and than when i want to embed the tour in a page, i just need the link to the tour html file ? or i should insert the embedpano.js script in the page ?

    any advise will help me

    thanks

    uv

  • Hi,

    just look into any krpano html file:

    there the pano <div> element will be defined this way:

    Code
    <div id="pano" style="width:100%;height:100%;">
    ...
    </div>

    to set a custom size, set custom css sizes - e.g.

    Code
    <div id="pano" style="width:640px; height:480px;">
    ...
    </div>

    Best regards,
    Klaus

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!