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

Provide nifty placeholder if original image or cache does not exist. #7

Open
mikebronner opened this issue Jun 4, 2017 · 2 comments
Assignees
Milestone

Comments

@mikebronner
Copy link
Owner

No description provided.

@mikebronner
Copy link
Owner Author

Also provide placeholders out of the box, as a tool for mocking up. This would take effect if the source image were left empty. Like this:

$imagery->conjure(null, 400, 300)->placeholder();

or maybe

$imagery->conjure()->placeholder(400, 300);

I think I like the second one better.

@mikebronner mikebronner self-assigned this Jun 10, 2017
@mikebronner
Copy link
Owner Author

Deferring to next milestone, tricky to implement with direct access without laravel intercepting each request.

@mikebronner mikebronner added this to the 0.2 milestone Jun 10, 2017
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

1 participant