Closed (fixed)
Project:
AT Commerce
Version:
7.x-3.0-rc1
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Nov 2012 at 09:28 UTC
Updated:
11 Apr 2013 at 06:30 UTC
Hello,
I'm setting up a drupal commerce site with at commerce theme.
I installed the jqzoom module. it works fine, except that the image is not enlarged when zooming, on the contrary it becomes smaller in the zooming popup. I tried it with other themes, and there is no problem with it. However all themes I downloaded based on the adaptive theme core have the same problem.
could anyone help me?
| Comment | File | Size | Author |
|---|---|---|---|
| Screen Shot 2012-11-08 at 10.25.54.png | 523.2 KB | jasminedb |
Comments
Comment #1
jasminedb commentedIn the AT-Core theme the zoom just works fine
Comment #2
Jeff Burnz commentedProbably something to do with AT using flexible images (max-width: 100% in CSS), which can be incompatible with some scripts. Tough to help without a link to your site or more details.
Scripts like this dont really work on mobile very well, so I would question its usefulness in the modern website.
Comment #3
jasminedb commentedthanks - found it - changed in the styles.base.css
/* /ht Ethan Marcotte - http://front.ie/l8rJaA */
img,
embed,
object,
video {
max-width: 1100px
}
and now it works in firefox and safari. I hope the other ones will also work, but that I'll see when its online. It will be www.jasminesquilts.com, hope to have it ready next week.
thanks!
Comment #4
jasminedb commented