Closed (fixed)
Project:
Media Gallery
Version:
7.x-1.0-beta2
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Nov 2010 at 13:48 UTC
Updated:
9 Jan 2012 at 19:40 UTC
Basically the only way the gallery works is as a collection of thumbnails, then when clicked load individual pages showing a slightly bigger picture (but not the original 800x600 I uploaded).
I am using:
- Drupal7 B3
- Media B2 with patch from: http://drupal.org/node/970328
Comments
Comment #1
Aeonius commentedComment #2
Aonoa commentedI'm also experiencing this behaviour.
Best regards,
Ao
Comment #3
Aonoa commentedYou need the colorbox plugin located here: http://colorpowered.com/colorbox/ installed into sites/all/libraries. You will need to create the libraries folder, and then unpack the plugin inside it. After doing this, the lightbox will start working.
Best regards,
Ao
Comment #4
markkelly1982 commentedSee Comment #14 on this page. http://drupal.org/node/1030942#comment-3970440
You need to configure the Media Type defaults for image
Comment #5
chrisi1002 commentedHow can I set the media_gallery to display the original file, not a rendered one.
i tried to delete all effects from the media_gallery_large - style but i still get a rendered one with twice the size (in terms of data) of the original one.
/edit
i figured out to set the 'Media Types' ( admin/config/media/types/manage/image/display ) for the corresponding display format. Solved the problem by selecting 'File style: Original' in the 'Gallery Lightbox' tab.
Comment #6
moloc commentedSolution in #3, #4 and #5.