We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm getting following Fatal error with PHP 8.0
PHP Fatal error: Declaration of Respimg::thumbnailImage($columns, $rows, $bestfit = false, $fill = false, $filter = Imagick::FILTER_TRIANGLE) must be compatible with Imagick::thumbnailImage(?int $columns, ?int $rows, bool $bestfit = false, bool $fill = false, bool $legacy = false): bool in /nas/content/live/rivscot21sta/wp-content/plugins/ricg-responsive-images/class-respimg.php on line 91
The text was updated successfully, but these errors were encountered:
With similar changes will fixed this issue. pixelandtonic/Imagine@5ee4b6a
Sorry, something went wrong.
No branches or pull requests
I'm getting following Fatal error with PHP 8.0
PHP Fatal error: Declaration of Respimg::thumbnailImage($columns, $rows, $bestfit = false, $fill = false, $filter = Imagick::FILTER_TRIANGLE) must be compatible with Imagick::thumbnailImage(?int $columns, ?int $rows, bool $bestfit = false, bool $fill = false, bool $legacy = false): bool in /nas/content/live/rivscot21sta/wp-content/plugins/ricg-responsive-images/class-respimg.php on line 91
The text was updated successfully, but these errors were encountered: