Skip to content

Commit ddec2a9

Browse files
committed
May 2023 blog: Fix image sizing on mobile
1 parent e672b8b commit ddec2a9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

blog/_posts/2023-05-29-progress-report.markdown

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ Many graphics drawing methods have been implemented and fixed! These games are w
2020
- [*Sweet Drmzzz*](https://www.newgrounds.com/portal/view/651709)
2121
- [*Fault Line*](http://www.notdoppler.com/faultline.php) (requires the Ruffle browser extension)
2222

23-
<img src="/assets/2023-05-progress-report/WilliamAndSly.png" height=300>
24-
<img src="/assets/2023-05-progress-report/BloonsTD4.png" height=300>
25-
<img src="/assets/2023-05-progress-report/KingdomRush.png" height=300>
23+
<img src="/assets/2023-05-progress-report/WilliamAndSly.png" style="max-height: 300px">
24+
<img src="/assets/2023-05-progress-report/BloonsTD4.png" style="max-height: 300px">
25+
<img src="/assets/2023-05-progress-report/KingdomRush.png" style="max-height: 300px">
2626

2727
XML support is progressing nicely! Thanks to the great work of [@evilpie](https://github.com/evilpie), these games have become playable in Ruffle:
2828
- [*PaintWorld*](https://www.newgrounds.com/portal/view/607069/format/flash?emulate=flash)
@@ -39,7 +39,7 @@ Note: Because Stage3D is graphically intensive, only the Ruffle desktop app can
3939
### ActionScript 2 support is improving too!
4040
[@Toad06](https://github.com/Toad06/) has implemented some additional XML methods, making *Mission in Snowdriftland* playable in Ruffle! You can check it out on the [Flashpoint testing site](https://ooooooooo.ooo/static/?7d01dea2-d54f-f04a-bd84-49477152fabb) (forgive the goofy URL).
4141

42-
<img src="/assets/2023-05-progress-report/MissionInSnowdriftland.png" height=350>
42+
<img src="/assets/2023-05-progress-report/MissionInSnowdriftland.png" style="max-height: 350px">
4343

4444
### The Ruffle desktop app finally has a user inteface!
4545
Thanks to the efforts of [@mike](https://github.com/Herschel/) and [@Dinnerbone](https://github.com/Dinnerbone/), the desktop app now has a menu bar and context menu! You can also open SWF files by dragging them into the Ruffle window.
@@ -64,7 +64,7 @@ Thanks to the efforts of [myself](https://github.com/n0samu/) and [@Toad06](http
6464
### We have more awesome things coming up!
6565
- Tonight's Ruffle build will feature some major **desktop interface improvements** from [@Dinnerbone](https://github.com/Dinnerbone/)!
6666

67-
<img src="/assets/2023-05-progress-report/DesktopGUIAdvancedOpen.png" height="500">
67+
<img src="/assets/2023-05-progress-report/DesktopGUIAdvancedOpen.png" style="max-height: 500px">
6868

6969
- [@kmeisthax](https://github.com/kmeisthax/) is working on **FLV support!** Soon Ruffle will support Flash content with external video files. [You can follow his progress here](https://github.com/ruffle-rs/ruffle/pull/10756).
7070
- [@uqers](https://github.com/Lord-McSweeney/) is working on **mixed AVM support!** This will resolve crashes in ActionScript 2 games encrypted with MochiCrypt, along with other games and applications that mix ActionScript 2 and 3. [You can follow his progress here](https://github.com/ruffle-rs/ruffle/pull/11005).

0 commit comments

Comments
 (0)