We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello again, while the icon for the context menu is visible in the dev version of the plugin, for the built version of CKEditor all icons are combined into a sprite so the path for the context menu icon (https://github.com/iametza/ckeditor-html5-audio/blob/master/html5audio/plugin.js#L73) is broken: You could simply use icon: 'html5audio', so it references the icon from the plugin definition (https://github.com/iametza/ckeditor-html5-audio/blob/master/html5audio/plugin.js#L4).
icon: 'html5audio',
Tested in Chrome 51.
The text was updated successfully, but these errors were encountered:
2e17988
No branches or pull requests
Hello again,
![screen shot 2016-07-22 at 10 38 27](https://cloud.githubusercontent.com/assets/1061942/17051337/7da7ca62-4ff8-11e6-985c-f71f17c744ff.png)
while the icon for the context menu is visible in the dev version of the plugin, for the built version of CKEditor all icons are combined into a sprite so the path for the context menu icon (https://github.com/iametza/ckeditor-html5-audio/blob/master/html5audio/plugin.js#L73) is broken:
You could simply use
icon: 'html5audio',
so it references the icon from the plugin definition (https://github.com/iametza/ckeditor-html5-audio/blob/master/html5audio/plugin.js#L4).Tested in Chrome 51.
The text was updated successfully, but these errors were encountered: