Closed (fixed)
Project:
Cloud Zoom
Version:
7.x-1.0
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Sep 2011 at 03:20 UTC
Updated:
13 Jun 2012 at 08:25 UTC
Is there any easy way to use inner zoom with Drupal 7?
Comments
Comment #1
nomail commentedsecond that
subscribing
Comment #2
4fs commentedanyone?
subscribing
Comment #3
jayjaydluffy commentedsubscribing as well
Comment #4
chuchunaku commentedI think I was able to get this to work and wanted to share how I did it.
1. Open the cloud-zoom.1.0.2.min.js file in sites/all/modules/cloud_zoom/cloud-zoom
2. Search for the line that reads $.fn.CloudZoom.defaults={zoomWidth:'auto',zoomHeight:'auto',position:'inside', ...
3. In the above line of code, replace
position:'right'
...with ...
position:'inside'
4. clear all caches by going to www.example.com/admin/config/development/performance .
Comment #5
manmohandream commentedWorked perfectly for me.
Lots of thanks
Comment #7
addosh commentedChuChuNaKu .. Man .. You're Awesome ..
Thank you very much ..