Skip to content

Commit

Permalink
fix: Core::imageSizes method (#1816)
Browse files Browse the repository at this point in the history
  • Loading branch information
welcoMattic authored Oct 25, 2023
1 parent 4147ed1 commit 6b26dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Renderer/Extension/Core.php
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ public function imageSrcset(Asset $asset): string
*/
public function imageSizes(string $class): string
{
return Image::getSizes($class, $this->config->getAssetsImagesWidths());
return Image::getSizes($class, $this->config->getAssetsImagesSizes());
}

/**
Expand Down

0 comments on commit 6b26dd0

Please sign in to comment.