-
Notifications
You must be signed in to change notification settings - Fork 379
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
Incorporate feedback from @WouterJ for PR 651 #653
Conversation
ping @wouterj |
hmm .. strange that StyleCI is failing so badly .. can you make sure your branch is rebased on master? |
@lsmith77, sure, will check. |
@lsmith77, rebased, sorry for the mishap |
|
||
<img src="<?php $this['imagine']->filter('/relative/path/to/image.jpg', 'my_thumb', $runtimeConfig) ?>" /> | ||
<img src="<?php $this['imagine']->filter('/relative/path/to/image.jpg', 'my_thumb', $runtimeConfig) ?>" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing echo
call
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good you spotted that!
👍 |
Incorporate feedback from @wouterj for PR 651
This fixes issues in
basic_usage.rst
mentioned in PR 651: