Closed (fixed)
Project:
Media Gallery
Version:
7.x-1.0-beta8
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Oct 2011 at 14:01 UTC
Updated:
13 Oct 2012 at 13:25 UTC
Jump to comment: Most recent file
Comments
Comment #1
Corbey commentedMoving here as I think it's an issue with Adaptive Themes.
Comment #2
sdk commentedI experience the same problem and not only with Adaptive Themes or subthemes.
Individual Galleries just look as they ought to but regardless what display is chosen in "Manage Displays" of Media Gallery, teasers appear unproportionally huge and just show one image.
Comment #3
Corbey commentedThis has been bugging me for ages now! Hopefully someone will come up with something.
Comment #4
sdk commentedMedia Gallery is the most advanced and intuitive module for handling images, so I want to stick with it in the future. Yet the display options are really not yet what they ought to be.
I usually use Galleria as display formatter for images. It should be possible to choose other formatters than just the hardcoded ones. Otherwise the problem occurs that one has to create another gallery content type to use the specific formatter with.
A temporary workaround for me is to use the views frontpage and switch from FORMAT>Content to FORMAT>fields and then customize the display by hand or switch alltogether to FORMAT>Content>Full Content instead of Teaser.
Comment #5
nancydruSee #1230090: .media-gallery-detail img should not have width 100%
Comment #6
KirstenLangholz commentedAdding the following code to my theme css file did the trick for me:
.node-media-gallery.node-teaser { width: 25%; float: left; }If you need four galleries in a row...
Comment #7
lsolesen commentedAs there is an answer, I am moving this to a support request and fixed. This seems to be a theme issue. Disagree, please make it active again.
Comment #9
FrancescoUK commentedI used in the past this fix:
.node-media-gallery.node-teaser { width: 25%; float: left; }and worked fine with my installation.
However since I've updated to beta8 and re-applied the same change I can't set galleries view to columns and rows.
Any help?
Comment #10
FrancescoUK commentedOK, sorry, you really need to put that on line 385 after the {
don't know why.... I'm not a css expert :-(
Why can this be configurable?
Comment #11
moloc commentedDo you still need this css code with beta8?
What theme do you use?
Comment #12
lsolesen commentedComment #13
FrancescoUK commentedYes, I still need that css code to get things working properly.
I use Shoppica Commerce theme.
Comment #14
FrancescoUK commentedComment #15
moloc commentedThe issue FrancescoUK has is #1333674: Conflicts with other modules so media_gallery_collection not called which creates Huge Images On Main Gallery Page. Lets fix the issue there.
Therefore i close this issue again.