Share
TinyMCE Add class to image
Question
Is it possible to add an extra class to an image added via the insert image tab of the TinyMCE editor? If yes, can anyone explain how? Thanks
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Answer ( 1 )
If you use the Bootstrap framework, you might want to add the responsive class “img-fluid” (or create your own responsive image class) to each image you use on your website. By default TinyMCE won’t use this class, so you need to add some extra code to your TinyMCE init function. Under the toolbar, add the following array:
As you can see first, you name your class, then you add the actual value/name of the class.
If you did everything right, you should see something like this: