Having more than 10 images in a Tailor Gallery element will not work at the moment. This is because the default for a WP_Query is set to 10.
Setting posts_per_page => -1 allows for unlimited images in a single gallery. If you wish to cap the value at for example 100 please feel free to change this.
Having more than 10 images in a Tailor Gallery element will not work at the moment. This is because the default for a WP_Query is set to 10.
Setting
posts_per_page => -1
allows for unlimited images in a single gallery. If you wish to cap the value at for example 100 please feel free to change this.