将图像映射添加到旋转图像

时间:2015-09-16 06:11:45

标签: javascript jquery html twitter-bootstrap-3

我目前有一个旋转360°的图像。有什么办法可以在这上面添加一个imagemap。我的代码如下:

  <title>Welcome to Garage</title>
  <body>
  <div class="container-fluid">
  <h1>Only Available Lamborghini Gallardo's Parts<h1>
  <h2>For 360 View and Order the Parts click on the Pic.<h2> 
  <div id="car_view">      </div>
 </div>
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>  
  <!--3d view script-->
  <script>
    $(document).ready(function(){

  $("#car_view").vc3dEye({
  imagePath:"images/view/",
  totalImages:33,
  imageExtension:"png"
  });
  });
    </script>
  <script type="text/javascript" src="js/3deye.min.js"></script>

链接可供参考 http://www.jqueryscript.net/rotator/jQuery-Plugin-For-360-Degree-3D-Panoramic-View-3dEye-js.html

0 个答案:

没有答案