tumblr / pytumblr

A Python Tumblr API v2 Client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

photoset post max upload photo is ten ?

23233 opened this issue · comments

commented

i'm submit fourteen photo data
but only show ten photo


this is show ten photo result:

ten photo

this is my code :

tim 20180619230933
tim 20180619230952

i'm sure this submit photo number is fourteen , maybe i want

  • how show all photo
  • how set photo size (one photo one row don't abreast)

thanks you I hope you can help me


Yes, the maximum number of photos in a post is 10.

You can get all the photos to be full size on their own row with photoset_layout:

self.client.create_photo(self.get_blog_name,
                         state="draft",
                         tags=tag_list,
                         format="markdown",
                         data=img_list,
                         caption=caption_str,
                         photoset_layout="1111111111")