When saving content that includes an image, CKEditor adds in the width and height parameters. But if I want my image size to be responsive, I need to omit these in order to apply styles with the style sheet.
I note that using the unofficial contrib module CKEditor Addon fixes this problem and others.
One more issue to add to the META? #1087 CKEditor/Rich text editor follow ups.
GitHub Issue #:
2010
Recent comments
Thanks man, you've convinced me; I'll bypass Views. :D
Views, hooks or handlers?
And, one more thought hahaha You can learn A LOT about programmatically doing things to View (and Backdrop in general) by looking at the automated tests for Views etc.
Views, hooks or handlers?
Oh, one more thing. I did dare to modify Views dynamically (adding fields, grouping some fields into one column, and adding filters dynamically based on other conditions) on the fly at one point...
Views, hooks or handlers?