Skip to content

Commit 5273405

Browse files
vogellaclaude
andcommitted
Bound SWT GraphicsExample GIFs to 400px wide
The animated GIFs rendered at their native 800px width, which was too large on the website. Set an explicit width="400" so they display at a reasonable size without requiring CSS changes. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent ca36590 commit 5273405

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

news/4.40/platform_isv.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ Newly available effects include:
7676
- Unlimited Balls.
7777
- Warp.
7878

79-
![Flower effect](images/graphics-example-flower.gif)
79+
<img src="images/graphics-example-flower.gif" alt="Flower effect" width="400">
8080

81-
![Mirror effect](images/graphics-example-mirror.gif)
81+
<img src="images/graphics-example-mirror.gif" alt="Mirror effect" width="400">
8282

83-
![Ripple effect](images/graphics-example-ripple.gif)
83+
<img src="images/graphics-example-ripple.gif" alt="Ripple effect" width="400">
8484

85-
![Scroll effect](images/graphics-example-scroll.gif)
85+
<img src="images/graphics-example-scroll.gif" alt="Scroll effect" width="400">

0 commit comments

Comments
 (0)