Advertisemen
I am giving you a script for Cloud Zoom for CMS . Many of website want their items like jabong.com and homeshope18.com where when you come in contact of any image of items like T- Shirts or Jeans it appear big in right side for better visibility.
<html>Demo Download Script
<head>
<title>Cloud Zoom Script By Tech Dilute</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- Include jQuery. -->
<script type="text/javascript" src="http://scriptarena@sawankumar.yzi.me/cloudzoom/jquery-1.8.1.min.js"></script>
<!-- Include Cloud Zoom CSS. -->
<link rel="stylesheet" type="text/css" href="http://scriptarena@sawankumar.yzi.me/cloudzoom/cloudzoom.css" />
<!-- Include Cloud Zoom script. -->
<script type="text/javascript" src="http://scriptarena@sawankumar.yzi.me/cloudzoom/cloudzoom.js"></script>
<!-- Call quick start function. -->
<script type="text/javascript">
CloudZoom.quickStart();
</script>
</head>
<body>
<img class = "cloudzoom" src = "link of small image"
data-cloudzoom = "zoomImage: 'link of large image'" />
</body>
</html>
Purpose:
These script is used to show own website items for more visibility for user and it make attractive to their website.
Add Comments