Inserting HTML5 viewer in popup under HTML5 page

  • Hi all,

    Not really new to krpano (I used to use krpano few years ago - firsts releases) and I decided to make alive an old site dedicated to motorsports pano photos again .
    Well, my new site is now in HTML5 coded and I want to make a portfolio where static images could be clicked to open a popup where the pano will be.

    I read on the site that I need embedpano.js but I can't manage to find it in my krpano license folder (even in KRP) oO


    So my questions are simple (so simple that I didn't find the solution by myself lol) :
    1 - what would be the code to insert in the HTML file ?
    2 - what would be and where would be the js files needed ?
    3 - how can I insert my pano into popup (using for example prettyphoto) ?
    4 - where to find embedpano.js ?

    Here is my code for images (works well) where
    - img/image001.jpg is the path to the mini-image visitor clic on
    - img/image001G.jpg is the path to the big image shown in the popup

    Code
    <div class="work col-xs-4 print">							<div class="work-inner">								<div class="work-img">									<img src="img/image001.jpg" alt=""/>									<div class="mask">										<a class="button zoom" href="img/image001G.jpg" data-rel="prettyPhoto[gallery]"><i class="fa fa-search"></i></a>										<a class="button detail"><i class="fa fa-picture-o"></i></a>									</div>								</div>								<div class="work-desc">									<h4>My title</h4>									<p>Caption text for my picture</p>								</div>							</div>						</div>


    Thanks in advance !
    Cheers

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!