I'm trying to load the gallery in a shadowbox 3.0.3, but it isn't working properly :( It is only darkening the background but juicebox isn't loading at all. Does anybody can give me a hint?

<!DOCTYPE html>
<html lang="en">
    <head>
        <title>Shadowbox</title>
        <meta charset="utf-8" />
        
        <link rel="stylesheet" type="text/css" href="shadowbox.css">
        <script type="text/javascript" src="shadowbox.js"></script>
        <script type="text/javascript">
        Shadowbox.init();
        </script>
        
        <style type="text/css">
            body {
                margin: 0px;
            }
        </style>
    </head>
    <body>
        <a href="web/index.html" rel="shadowbox"><img src="grey-thumb.jpg" alt="Grey Mustang" class="border"></a>
    </body>
</html>

here is my effort

http://www.file-upload.net/download-863 … 3.zip.html

edit//

Is there a way to put the contend in a shadowbox without the limitation of an iframe, which hides the 'Expand Gallery' button?