Jump to content

Featured Replies

Posted

Hi there, is there a reason why on other machine like Mac, the editor icon is using "_hidpi" version?

How can we change that? so it wont use that version?

Thanks

-Allan of team Nigel

  • Author

Is there a way to disable hidpi in ckeditor?

 

Thanks

-Allan of team Nigel

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>
  • Author
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

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)

Edited by Nathan Explosion

  • Author
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

Recently Browsing 0

  • No registered users viewing this page.