Skip to content

Commit 2c328cf

Browse files
committed
Merge pull request #36 from octalmage/small-gifs
Use fixed hight downsampled gif for previews.
2 parents 0572b26 + 1ef3fd0 commit 2c328cf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,8 @@ function search()
232232
if (showing)
233233
{
234234
win.height = 270;
235-
$("#i").attr("src", res.data.images.original.url);
236-
visitor.event("User interaction", "Preview").send();
235+
$("#i").attr("src", res.data.images.fixed_height_downsampled.url);
236+
visitor.event("User interaction", "Preview").send();
237237
}
238238
}
239239
else

0 commit comments

Comments
 (0)