Skip to content

transformation in django upon upload not working #190

@bukowa

Description

@bukowa

I am using your example django project, this is what i added (copied from docs):
But image is not transformed after uploading with direct upload. Why? It works normal with server-side upload using same 'options'...

class PhotoDirectForm(PhotoForm):
    image = CloudinaryJsFileField(
        attrs={'style': "margin-top: 30px"},
        options={
            'tags': "directly_uploaded",
            'crop': 'limit', 'width': 1000, 'height': 1000,
            'eager': [{'crop': 'fill', 'width': 150, 'height': 100}]
        })

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions