A quick question:
I have G2 embedded in Drupal 4.6.3. I noticed that the embedded gallery block is scaled smaller than the non-embedded version. I would like to have it display 100%. Where is the scaling factor set, CSS?
Example at:
Link removed.
Thanks
Posts: 12
I think it has to do with the particular style (in my case Matrix) using "em" instead of "px". There is likely a cumulative effect going on due to G2 being embedded. I think I'll create a style that uses pixel sizes (quick fix).
Posts: 189
If you want, see the gallery module version in http://drupal.org/node/32393 which has a css file that is roughly compatible with Matrix.
Posts: 12
kiz,
Once again you've proven quick w/ the answers. Re your enhanced gallery.module, thanks for beautifying your code; version 1.11 is a lesson in whitespace disaster. Gonna try this out. Thanks.
Posts: 12
Problem with applying patch gallery.module.kiz0987.v1.1.patch to the enhanced version.
Any ideas?
Posts: 32509
use the changed files only, not the path.
and make sure you were using the g 2.0 release from september 12th before.
if you were using g2 RC or beta, then you can't use the patch / changed files. then you need to download the complete 2.0.1 package.
Posts: 189
valiant: I think the issue is with patching gallery.module, not Gallery 2 -> 2.0.1.
chrisfive: I have uploaded the actual enhanced gallery.module. See http://drupal.org/node/32393
Posts: 32509
ah, i see. you're right.
Posts: 12
Thanks, kiz!