We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0572b26 + 1ef3fd0 commit 2c328cfCopy full SHA for 2c328cf
1 file changed
app.js
@@ -232,8 +232,8 @@ function search()
232
if (showing)
233
{
234
win.height = 270;
235
- $("#i").attr("src", res.data.images.original.url);
236
- visitor.event("User interaction", "Preview").send();
+ $("#i").attr("src", res.data.images.fixed_height_downsampled.url);
+ visitor.event("User interaction", "Preview").send();
237
}
238
239
else
0 commit comments