Hi,
I’m using a datamatrix in my design. I need it to be pretty small but I can’t resize it to the right size. Sizing up won’t do anything
and sizing down (what I need) will hide the overflow.
Does anybody know a way to resize the actual datamatrix itself?
Never Mind, I can scale it with css:
transform: scale(0.5);
I know you’ve already found the way through CSS, but there’s also an option for this in the GUI. After you place the barcode, right click it and go into it’s properties. Select “Proportional” in the Scale drop down. It will now resize dynamically to it’s box.
Thank you! That’s even easier