You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, let's say there is a project developed using the bundle approach with the liip_imagine library, which defines some image filters. Now, I have created my own bundle. In this case, I want to fetch the filters and based on the filter parameters, return custom images. However, my images are hosted on another server, and I never want to generate thumbnail images or cache them. What do I need to do?
The text was updated successfully, but these errors were encountered:
For example, let's say there is a project developed using the bundle approach with the liip_imagine library, which defines some image filters. Now, I have created my own bundle. In this case, I want to fetch the filters and based on the filter parameters, return custom images. However, my images are hosted on another server, and I never want to generate thumbnail images or cache them. What do I need to do?
The text was updated successfully, but these errors were encountered: