pqina / filepond

🌊 A flexible and fun JavaScript file upload library
https://pqina.nl/filepond
MIT License
15.16k stars 825 forks source link

RTL support #306

Open danielxu7 opened 5 years ago

danielxu7 commented 5 years ago

Hello, currently with FilePond and the Image Preview Plugin, adding new images start on the left and are placed to the right until it reaches the end of the row and then the next image goes to the next row. Is there a quick way such that for right to left users, adding the images will start from the right and go left?

Thanks, Daniel

rikschennink commented 5 years ago

There is currently no RTL detection in FilePond, so animations will play LTR till this is fixed.

zymawy commented 5 years ago

Any Progress @rikschennink ?

rikschennink commented 5 years ago

Haven't gotten around to it.

alitnk commented 3 years ago

Any plans for this?

rikschennink commented 3 years ago

@alitnk there sure are but time is the issue, with Doka Image Editor v7 soft-launched (it's what finances FilePond development) I can now start to spend more and more time on FilePond.

Null78 commented 1 week ago

Hi, any updates on this @rikschennink please?

rikschennink commented 6 days ago

@Null78 In FilePond v5 (work in progress) this is fixed, FilePond will follow CSS grid settings so if you order from right to left the order of files will be structured in that way as well.