在哪里下载带有shadowbox.js文件的shadowbox

时间:2019-06-03 14:38:27

标签: shadowbox

我找不到在我的网站上以Shadowbox / lightbox方式打开图像以加载页面的方法...

我尝试了shadowbox.js,但是它不再起作用了,所以我需要您的帮助

我的代码:

<Head>

    <link rel = "stylesheet" type = "text / css" href = "shadowbox.css">
    <script type = "text / javascript" src = "shadowbox.js"> </ script>
    <script type = "text / javascript">
        Shadowbox.init ({
    skipSetup: true,
    players: ["img"]
  });

window.onload = function ()
{

  // when loading the page
  Shadowbox.open (
    {
      content: 'images / my_image.png',
      player: "img",
      title: "image1",
      height: 190,
      width: 600,
    });

};
</ Script>

</ Head>

<Body>

    <a href="images/mon_image.png" rel="shadowbox"> <img src = "images / my_image.png"> </a>

</ Body>

使用此代码没有任何反应,我认为这是因为该站点的.zip文件(https://www.shadowbox-js.com/download.html)中缺少shadowbox.js文件。

我看了几本教程,但是每个人都有丢失的文件。

示例(https://www.youtube.com/watch?v=ElxFioGNh24

0 个答案:

没有答案