-
Notifications
You must be signed in to change notification settings - Fork 49
Overlapping images and text in zen modeΒ #106
Copy link
Copy link
Open
Labels
Priority: MediumIssue affecting content rendering, its UX, or readabilityIssue affecting content rendering, its UX, or readabilityStatus: Awaiting Responseawaiting a response from the authorawaiting a response from the authorType: BugBug in developer-portalBug in developer-portal
Description
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:
Please revisit these settings and decide which ones work best for the workshops
showTableOfContents: false showAuthor: false disableComments : true
- 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Priority: MediumIssue affecting content rendering, its UX, or readabilityIssue affecting content rendering, its UX, or readabilityStatus: Awaiting Responseawaiting a response from the authorawaiting a response from the authorType: BugBug in developer-portalBug in developer-portal