Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit acc31b9

Browse files
Fix example.
1 parent ffc4311 commit acc31b9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed
Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
exports.install = function() {
22
F.route('/');
3-
F.resize('/img/*.png', '50%');
4-
};
3+
F.resize('/img/*.png', resizer);
4+
};
5+
6+
function resizer(image) {
7+
image.resize('50%');
8+
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /