Increase Pexels product images width to 400px to have a better resolution (#43174)
* Increase product images width to 400 to have a better resolution * Add changefile(s) from automation for the following project(s): woocommerce --------- Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
parent
29a409abc9
commit
f9cdce486a
|
@ -0,0 +1,4 @@
|
|||
Significance: minor
|
||||
Type: enhancement
|
||||
|
||||
Increase product images width to 400px to have a better resolution
|
|
@ -82,7 +82,7 @@ class ContentProcessor {
|
|||
return $image_url;
|
||||
}
|
||||
|
||||
$width = 'products' === $usage_type ? 250 : 500;
|
||||
$width = 'products' === $usage_type ? 400 : 500;
|
||||
|
||||
parse_str( $parsed_url['query'], $query_params );
|
||||
|
||||
|
|
Loading…
Reference in New Issue