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

image_size has no effect when parameter columns=1 is set. #13

Closed
christiebizbudding opened this issue May 18, 2017 · 2 comments
Closed

Comments

@christiebizbudding
Copy link

Trying to change the image size to thumbnail but stays full width of column.

[grid content="post" number="16" columns="1" show_date="true" show_author="true" image_size="thumbnail" show_content="true" content_limit="30" show_more_link="true"]

screen shot 2017-05-18 at 10 47 16 am

@JiveDig
Copy link
Collaborator

JiveDig commented May 18, 2017

Right now there is CSS making the image width 100%. This will probably have to change in order to allow more layout options with the grid. I can remove that CSS too. The only issue is that without that CSS on some browser widths the image won't fill the full column, which is ugly.

@JiveDig
Copy link
Collaborator

JiveDig commented May 16, 2018

@christiebizbudding your code above will still cause this issue, but you can fix by doing image_align="center". It's a bit "quirky" but I think allows things to remain flexible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants