请看这个帖子。
我通过admin API,使用自动化脚本上传了一些图片。
但是只有少部分图片有灯箱效果。
图片的长和宽以及比例都是相同的。
2 Likes
Can you share the api call you are using to create the post with the image link?
If you rebuild the html for a post does it create the lightbox?
Also if you manually create some posts with images just like your api calls do, does it not make light boxes for some of them? Trying to figure out if this is an api issue or if the same issue exists in the UI.
2 Likes
@昊毅_周 were you able to resolve your issue?
1 Like
通过rebuild HTML还是无法解决问题。
我想应该是解决了。
我的自动化脚本一开始没有设置延迟,后来我给每次API调用增加了一个200ms的延迟。所有的图片都正常了。
谢谢!
1 Like
