-
Author
-
July 7, 2017 at 15:10 #166644AdamKParticipant
Hi Guys
so I just tested uploading like 35 images to my media tab. Next on the timeline ‘X has posted 35 images’.
After that, posts after that post are kinda not showing.
So I deleted that, and tested it with 5 or 10 images. That works fine. 15 okay, 20 the posts are appearing but sluggish, you have to be way down the page before they appear. 25 it’s still showing, slower still.
I am thinking that that post layout is maybe preloading all the 25+ images and struggling with it.
Is there any way I can limit how many thumbs are shown in a post update? I could lock that to show 10 max and dodge this problem altogether.
Or, is there a way to affect any changes to that design layout element (activity media post) , that I might tweak to try to optimize this?
Hopefully there is.
If there is not, would it be possible to maybe limit the number of thumbs shown in the backend, for that output. Or, maybe lazy load the other images later? There’s a few ways to maybe try to lighten the load on that output to make it a bit less sluggish.
Please let me know, many thanks.
July 7, 2017 at 15:28 #166647LauraModeratorHello, will assign the ticket to a higher support level who can help and advise you in your query.
Thanks! ?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
July 7, 2017 at 19:31 #166687RaduModeratorHi,
There is no option to can limit that, but you can try using this css
COPY CODE#rtmedia-uploader-form .rtm-plupload-list, form .rtmedia-container .rtm-plupload-list, #rtmedia_uploader_filelist { max-height: 200px !important; display: inline-block; }
It will limit the height of the container of the images that uploading.
You can try to ask this on rt media maybe thy have some quick code to limit number of displaying those or to allow to be uploaded once.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.