Results 1 to 9 of 9

Thread: Images are HUGE in bulk import

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default

    Hi,

    Following code will fix the thumbnail problem in Bulk Import.

    Open admin/import_bulk.php

    find code:
    Code:
    $video['thumb_url'] = $entry->mediaGroup->thumbnail[0]->url;
    replace with:
    Code:
    $video['thumb_url'] = $entry->mediaGroup->thumbnail[1]->url;
    Thanks,
    Buyscripts Team.

  2. #2
    Join Date
    Apr 2010
    Posts
    88

    Default

    Thanks :) I went on youtube yesterday and saw that the large images had a 0 in the front, and the small thumbs didn't. i.ytimg.com So I knew exactly when you pointed it out.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •