Link in Zwischenablage kopieren
Kopiert
Hi there, last year I created a photoshop extension. This year I bought a new 4K monitor and I realised that the UI Icons of the extension are not looking so pretty as the old HD monitor. Is there a way to scale the icons and look better in extreme resolutions?
You just either use RGBs that are double size and set the width to to size you want or use SVGs.
Let's say you want an image 100x100px you make the rgb 200x200 and set width to 100.
<img scr="my200x200.png" style="width:100px">
You can use css classes too.
Link in Zwischenablage kopieren
Kopiert
Link in Zwischenablage kopieren
Kopiert
Thank you for your answer! That solves one part of my question about the main extension icon. Can I use the same idea for the inner icons (example some buttons) in the extension? I tried with the above trick but doesn't fix the issue.
Link in Zwischenablage kopieren
Kopiert
You just either use RGBs that are double size and set the width to to size you want or use SVGs.
Let's say you want an image 100x100px you make the rgb 200x200 and set width to 100.
<img scr="my200x200.png" style="width:100px">
You can use css classes too.
Link in Zwischenablage kopieren
Kopiert
SVG files looks like the perfect solution for that! Thank you both!
Weitere Inspirationen, Events und Ressourcen finden Sie in der neuen Adobe Community
Jetzt ansehen