-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Responsive Image Gallery #137
Comments
@pbatts could you elaborate please? |
For a single image I can use CSS to resize the image with the size of the window with:
But no matter how I apply that same style to |
could you show an example of this? |
try this, if i understant you correctly:
|
oh, are you using id's on more than one element? |
Thanks for the input @o-l-e. I appreciate you taking a look at this. I apologize for not explaining myself better. The problem I am having is specific to the Stacey core. Whenever a project directory contains more than one image the js gallery is automatically invoked. If there is only one image in the project directory, no gallery. Responsive scaling of the images works perfectly for a project with a single image but does not work for a project with multiple images. I hope that makes better sense. Here is an example of a page with a single image. http://guitdev.com/Stacey%20Image%20Test/ Here is an example of a page with the image gallery. http://guitdev.com/Stacey%20Image%20Test/project-name-3/ Thanks again. |
I think i know what you are saying now. But (and with all respect to the default gallery in stacey), i would use a different slider plugin if where you. The default gallery in stacey is not really made for responsive images i think, so maybe you should try some other? There are many others out there, but if you are simply looking to make the stacey gallery responsive(and no swiping or video etc) i would try the ResponsiveSlides plugin. It would do the job. |
Yeah, my first thought, after not being able to get it to work, was to go with a different slider/gallery plugin. I really wanted to make this one work. Thanks for the links. I will give them a look. |
Let me know how it goes, i would be happy to help, if/when i find the time :) |
I've been working on a responsive (mobile friendly) layout for Stacey and the image gallery has me totally stumped. I don't know JavaScript very well. I have managed to figure out that the problem I am having is related to the divs image-wrapper and image-holder. Single images work perfectly with what I currently have but multiple images in a project folder that invoke the image gallery just run off of the page when re-sizing.
Thanks
The text was updated successfully, but these errors were encountered: