Is there any easy way to use inner zoom with Drupal 7?

Comments

nomail’s picture

second that
subscribing

4fs’s picture

anyone?
subscribing

jayjaydluffy’s picture

subscribing as well

chuchunaku’s picture

I 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 .

manmohandream’s picture

Status: Active » Fixed

Worked perfectly for me.
Lots of thanks

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

addosh’s picture

ChuChuNaKu .. Man .. You're Awesome ..

Thank you very much ..