Skip to content

Commit

Permalink
fix: position of fallback image
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricerenck committed Dec 30, 2024
1 parent 2165354 commit 37c959e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/page-methods.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@
imagecopyresampled(
$canvas,
$background,
$heroImagePosition[0],
$heroImagePosition[1],
0,
0,
0,
0,
imagesx($background),
Expand Down

0 comments on commit 37c959e

Please sign in to comment.