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?

CommentFileSizeAuthor
Screen Shot 2012-11-08 at 10.25.54.png523.2 KBjasminedb

Comments

jasminedb’s picture

In the AT-Core theme the zoom just works fine

Jeff Burnz’s picture

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

jasminedb’s picture

thanks - 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!

jasminedb’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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