The sizes text field is limited by default to 128 characters. This looks to be a default limit set by drupal core and not limited to how the database is configured. In any case when creating size attributes for multiple breakpoints using calc, 128 characters isn't enough.
A larger #maxlength should be set on the textfield.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | picture-Increase-Maxlength-of-Sizes-2561445-1-7.patch | 1009 bytes | pixelwhip |
Comments
Comment #2
pixelwhip commentedHere is a patch that increases the maxlength to an arbitrary 1024 characters.
Comment #3
jnettikI can confirm this issue. The patch in #2 takes care of it for me.
Comment #4
attiks commentedThanks, I guess 1024 will be more than enough ;-)