Reputation: 14446
I'm using Media with CKEditor through Wysiwyg on Drupal 7. When I insert an image, it looks great in the editor:
However, when I click "save", the rendered page looks like this:
What is happening here? How do I fix it so that the image shows on the page like it is in the editor?
(I'm asking this question here and not on the Drupal StackExchange site because it might be an issue with CKEditor, which is not drupal-specific)
Upvotes: 3
Views: 5098
Reputation: 36955
This one got me the other day too, you need to go to admin/config/content/formats/full_html
, select the checkbox that says 'Converts Media tags to Markup', then the 'Save Configuration' button...all will be well!
EDIT
Actually this isn't necessarily limited to the Full HTML filter (it looks from your image that you're using filtered HTML), but go to admin/config/content/formats
, then select each filter you want to enable media markup for and perform the same action.
Upvotes: 7