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

flex-flow handling #19

Open
gregmercer opened this issue Jan 21, 2016 · 1 comment
Open

flex-flow handling #19

gregmercer opened this issue Jan 21, 2016 · 1 comment

Comments

@gregmercer
Copy link

I'm trying to have the following html output as an image using Webshot:
http://gregmercer.github.io/test/chess-board.html

However, it seems like I'm running into an issue with handling the row wrap.

I use the following inline css:
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
width: 500px;

I've tried testing this using the Webshot testing site:
http://webshot.okfnlabs.org/

The result is that the rows are turned into an image, but the row wrapping doesn't seem to get limited based on the 500px width. The image output is one long row, instead of the eight rows of a chess board.

Is there something I'm doing wrong? Is there something I can change about my css, or is there a specific useragent I should be setting? Or it something else?

Thanks, Greg

@rufuspollock
Copy link
Member

@gregmercer i'm not sure here - it may be worth trying different user agents.

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