Skip to main content

Elvis 6 bundled plug-in - Print contact sheet

Comment

Do you have corrections or additional information about this article? Leave a comment!
Do you have a question about what is described in this article? Please contact Support.


3 comments

  • Tony Meijer

    Is there any way of increasing the number of images? Now it is limited to 50, and for a lot of customers that is not enough.

     

    regards, Tony Meijer

    Graphit

    0
  • Permanently deleted user

    Hi Tony,

    This question has been answered already on our Feedback Forum, see:

    https://helpcenter.woodwing.com/hc/en-us/community/posts/205239633-50-Image-Limit-in-Contact-Sheet

    Please go to /resources/printlayout.js inside print_contact_sheet plugin:

    change:

    elvisApi.search({
    q: query,
    sort: "filename"
    // TODO add metadataToReturn depending on metadata displayed for current nr of hits per page
    //metadataToReturn:
    }

    to:

    elvisApi.search({
    q: query,
    sort: "filename",
    num: 100
    // TODO add metadataToReturn depending on metadata displayed for current nr of hits per page
    //metadataToReturn:
    }

    num: 100 can be any number, the bigger the more assets, but plugin may get slow in loading if you put too much assets in it.

    Hope this info has answered your question.

    Kind regards,

    Ronald Rol

    Woodwing Support

    0
  • Tony Meijer

    Thanks for your reply Ronald, did not see the forum answer.

     

    regards, Tony

    0

Please sign in to leave a comment.