Skip to content

Image disappears when browser window shrinks #3016

Answered by george-gca
djhenning asked this question in Q&A
Discussion options

You must be logged in to vote

I see you are using an older version of the template. This was fixed in a recent version. Basically, the cause is the ubuntu-latest tag that is pointing now to ubuntu-24.04, which doesn't come with imagemagick pre-installed. imagemagick fails to create the webp versions of the images, but the build doesn't fail. To fix, add this to your .github/workflows/deploy.yml:

sudo apt-get update && sudo apt-get install -y imagemagick

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by djhenning
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants