fix qr image ratio in pdf

This commit is contained in:
omair saleh
2022-09-25 22:33:59 +08:00
parent 1f6c6bf87d
commit 8b3e60a74a
+1 -1
View File
@@ -16,7 +16,7 @@
<tbody>
<tr align="center">
<td>
<img src="{{ url('https://chart.googleapis.com/chart?chs=250x250&cht=qr&chl={"id":'.$order->id.'}') }}" style="margin-top: 20px;" />
<img src="{{ url('https://chart.googleapis.com/chart?chs=250x250&cht=qr&chl={"id":'.$order->id.'}') }}" style="width: 250px; height: 250px;" />
</td>
</tr>
<tr align="center">