Cannot save more than a limited number of images to Scrollsequence

Question: 

When adding images to scrollsequence and hitting save, only a limited number of images are getting saved, why? 

Answer: 

Navigate to WP-Admin -> Settings -> Site Health -> Server and make sure that max_input_vars is at least 2x greater than number of images you totally use in a sequence.

Each image is a separate variable that gets saved to the database. WordPress has a   max_input_vars  variable is limiting the amount of images you can upload. 

So if your your  max_input_vars is 1000, it only let you save around ~980 images. 

Try increasing that to 5000 and it should all work.

Below is a link that explains how to change it: 
See documentation for reference
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.