Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 77e2c99

Browse files
feat: fetch per pagination more gifs
1 parent e7253a3 commit 77e2c99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

studio/src/app/services/gif/gif.service.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export class GifService {
5656
const anonymousId: string = await this.getAnonymousId();
5757

5858
const searchUrl = config.url + 'search?tag=' + searchTerm + '&key=' +
59-
config.key + '&ar_range=wide&limit=' + 8 + '&anon_id=' + anonymousId + '&media_filter=minimal&pos=' + next;
59+
config.key + '&ar_range=wide&limit=' + 16 + '&anon_id=' + anonymousId + '&media_filter=minimal&pos=' + next;
6060

6161
try {
6262
const rawResponse: Response = await fetch(searchUrl);

0 commit comments

Comments
 (0)