We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 54169
    • 12 Posts
    Pulling my hair out trying to get images in ckeditor to load with a set of classes

    I have tried adding this to the styles.js. Pretty sure I am not doing that right.
    {
        name: 'Custom Image',
        element: 'img',
        attributes: { 'class': 'animated black-white-effect fadeIn visible' }
    },