Regarding the issue of overlapping images and text in zen mode, the following things can be done:
- This issue is mostly present in Espressif-IDE Workshop. The other workshops don't exhibit this issue mostly due to varying settings in the front matter:
showTableOfContents: false
showAuthor: false
disableComments : true
Please revisit these settings and decide which ones work best for the workshops
- The above suggestion only masks the underlying issue that is actually present in the original Hugo theme. Our current option to fix that issue is to use the figure shortcode instead of the gallery shortcode for one image:
{{< figure
src="assets/espressif-ide-1.webp"
alt=""
caption=""
>}}
Please share your opinion about the points above.
Regarding the issue of overlapping images and text in zen mode, the following things can be done:
{{< figure src="assets/espressif-ide-1.webp" alt="" caption="" >}}Please share your opinion about the points above.