Fix example, images

This commit is contained in:
shamoon
2026-09-24 16:45:51 -07:00
parent 2b161ce4e8
commit 9cbd0b2e24
4 changed files with 2 additions and 2 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 132 KiB

After

Width:  |  Height:  |  Size: 794 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 221 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 337 KiB

+2 -2
View File
@@ -25,10 +25,10 @@ widget:
`grid` shows image tiles that re-flow to fit the width of the widget, e.g.:
```yaml
- World News:
- NASA Image of the Day:
widget:
type: feed
url: https://feeds.bbci.co.uk/news/world/rss.xml
url: https://www.nasa.gov/feeds/iotd-feed/
layout: grid
maxItems: 8
```