Image disappears when browser window shrinks #3016
-
Hi everyone, Thank you so much for a great template! My image disappears when I shrink the browser window. I cannot find a solution to this, Imagemagick is installed and convert is enabled, so I really do not understand what could be causing this. Any pointers or suggestions would be helpful! The website is: https://djhenning.github.io/ and apart from this it works perfectly. I'm really at a loss. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I see you are using an older version of the template. This was fixed in a recent version. Basically, the cause is the al-folio/.github/workflows/deploy.yml Line 91 in 10d007a |
Beta Was this translation helpful? Give feedback.
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 toubuntu-24.04
, which doesn't come withimagemagick
pre-installed.imagemagick
fails to create thewebp
versions of the images, but the build doesn't fail. To fix, add this to your.github/workflows/deploy.yml
:al-folio/.github/workflows/deploy.yml
Line 91 in 10d007a