Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted October 12, 20231 yr 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
October 12, 20231 yr 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>
October 12, 20231 yr 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
October 12, 20231 yr 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 October 12, 20231 yr by Nathan Explosion
October 12, 20231 yr 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