We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The image can be requested in different size based on app needs. Below are the sample request for image
https://api.shuvayatra.org/v1/uploads/posts/board-pourakhi.jpg
https://api.shuvayatra.org/v1/uploads/posts/board-pourakhi.jpg&width=80
https://api.shuvayatra.org/v1/uploads/posts/board-pourakhi.jpg&width=140
https://api.shuvayatra.org/v1/uploads/posts/board-pourakhi.jpg&width=480
https://api.shuvayatra.org/v1/uploads/posts/board-pourakhi.jpg&width=640
https://api.shuvayatra.org/v1/uploads/posts/board-pourakhi.jpg&width=1024
The image request handle by NGINX with Image filter module. It cached the requested image in 24 hours to speed up performance on same image request.