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

Proposed fix for multiple image field quality setting #3508

Merged
merged 1 commit into from Aug 28, 2018
Merged

Proposed fix for multiple image field quality setting #3508

merged 1 commit into from Aug 28, 2018

Conversation

gwleuverink
Copy link
Contributor

This is a duplicate PR of #3507 on the 1.1 branch as requested.

The multiple image content type class ignores user defined quality settings.

The class does an isset() check on the $options variable, which is not defined thus always returns false. As a result the $resize_quality variable is set to it's default of 75%.

This PR fixes the conditional check.

This is a duplicate PR of #3507 on the 1.1 branch as requested.

The multiple image content type class ignores user defined quality settings.

The class does an isset() check on the $options variable, which is not defined thus always returns false. As a result the $resize_quality variable is set to it's default of 75%.

This PR fixes the conditional check.
@fletch3555 fletch3555 merged commit 5c78e77 into thedevdojo:1.1 Aug 28, 2018
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

Successfully merging this pull request may close these issues.

None yet

2 participants