Open AntoineSoetewey opened 4 years ago
Hello,
When using ![hello world](/blog/hello-world_files/0_IgplTZ-Oei_y-uBc.jpeg){width=100%} the image does not appear (only the caption appears).
![hello world](/blog/hello-world_files/0_IgplTZ-Oei_y-uBc.jpeg){width=100%}
However, when using ![](/blog/hello-world_files/0_IgplTZ-Oei_y-uBc.jpeg){width=100%} the image appears.
![](/blog/hello-world_files/0_IgplTZ-Oei_y-uBc.jpeg){width=100%}
Here is the corresponding blog post and the code.
Any idea how to fix that? This issue is quite recent as I wrote several blog posts using alt text and the image appeared fine.
Thanks in advance for your help.
When I replace progressively = true by progressively = false in my config.toml file, the issue is fixed. How would it be possible to use the progressively = true feature together with alt text?
progressively = true
progressively = false
Hello,
When using
![hello world](/blog/hello-world_files/0_IgplTZ-Oei_y-uBc.jpeg){width=100%}
the image does not appear (only the caption appears).However, when using
![](/blog/hello-world_files/0_IgplTZ-Oei_y-uBc.jpeg){width=100%}
the image appears.Here is the corresponding blog post and the code.
Any idea how to fix that? This issue is quite recent as I wrote several blog posts using alt text and the image appeared fine.
Thanks in advance for your help.