Caption gets Overlapped when Generating QR Code w/Logo

I’m trying to generate a QR code with a logo as well as a caption underneath.

Here is the full URL that I’m generating:

https://quickchart.io/qr?text=http://myqualifications-ggg-prd-bld-apps-nleq2o49.cfapps.us10-001.hana.ondemand.com/?name1=TEST&centerImageUrl=https://www.swgas.com/swgas_apple-touch-icon-180x180.png&centerImageSizeRatio=0.2&caption=TEST&captionFontFamily=arial&captionFontSize=10&size=200&margin=8

If you go to that link, you’ll see the QR code caption text below is being obstructed by the QR code itself, no matter how I set the margin, it seems to do the same thing. Removing the image/logo from the QR code brings it back to normal. Really hoping to get this working since I need both the logo and the caption text.

Would appreciate any help, thanks.

Sorry for the delay here.

The quickest way to resolve is to add &disableOverrides=1, which prevents the margin from being set to 1 because you’ve included an image.

Here’s an example:

![](upload://xqaFddTbsTL6ryBaVeggStlhkC4.png)