Skip to content
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

Issue in modal #8

Closed
iwoanton opened this issue Feb 24, 2017 · 2 comments
Closed

Issue in modal #8

iwoanton opened this issue Feb 24, 2017 · 2 comments

Comments

@iwoanton
Copy link

iwoanton commented Feb 24, 2017

Hi,
I use this plugin in a modal, in this template https://blackrockdigital.github.io/startbootstrap-freelancer/ when open a portofolio modal, the gallery loads in the html and the images, all good the problem is with the height in the image-wrap div which is set to 0px

< div class="image-wrap" style="height: 0px;">< img src="img_url" alt="" title="">

How can i do

Thanks

@iwoanton
Copy link
Author

Resolved comenting this line in js

imgWrap.height(itemHeight);

Thanks

@taras-d
Copy link
Owner

taras-d commented Feb 25, 2017

You also can set align option to false - to skip setting image height.
https://github.com/taras-d/images-grid#align-boolean

@taras-d taras-d closed this as completed Feb 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants