Jump to content

Ckeditor hipdi icon toolbar format


Recommended Posts

4 minutes ago, Nathan Explosion said:

Give this a try - no guarantees.

Add the below to your globalTemplate, just before the closing </body> tag.

<script>
	if(typeof CKEDITOR !='undefined'){
		CKEDITOR.env.hidpi=false;
	}
</script>

thank you for the reply, I just try this code and it doesnt work, sorry

-Allan

Link to comment
Share on other sites

4 minutes ago, Nathan Explosion said:

Ah well - that's likely the only option outside of deleting the actual icons from within your file structure.

Why exactly do you want to disabled them? They are used on Retina screens for a reason (the default PNG icons probably blur a little on those screens)

We have edited the skin icons, and its not showing on retina display device.

-Allan

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...