* Get the logo in SVG (or PNG otherwise): If we don't have a SVG logo, we'd need one, if possible like this: label-name-as-it-is-in-the-openfoodfacts-url.123x90.svg The height comes in second and should always be 90. You need to calculate the ratio to find out the width. if the logo is 246x180, you need to divide the height by 2 to get to 90, so you need to put height 90, and width 246/2=123. | * Get the logo in SVG (or PNG otherwise): If we don't have a SVG logo, we'd need one, if possible like this: label-name-as-it-is-in-the-openfoodfacts-url.123x90.svg The height comes in second and should always be 90. You need to calculate the ratio to find out the width. if the logo is 246x180, you need to divide the height by 2 to get to 90, so you need to put height 90, and width 246/2=123. |