Why are images resized to 40px?
Posted: Friday 22 December 2017 0:13
For the Pi-hole plugin, I created an image zip file as described on the Wiki. They are 48 x 48 px. However on the Domoticz pages they are sized to 40 x 40 px!
This is the 'old' style of sizing images. It should be 'style="height: 40px, width: auto;"' or some thing. But with the current attributes my images are ugly:
while in the Custom Icons I see:
Much more better! Should I resize to 40px?
Code: Select all
<img width="40" height="40"
while in the Custom Icons I see:
Much more better! Should I resize to 40px?