Hiding an embed question Title

Hi!

I´ve been trying to embed a question in my application and I want to hide the Question Title, but even when I use my iframeUrl like this it´s still showing it

iframeUrl = METABASE_SITE_URL + "/embed/question/" + token.decode("utf8") + "#bordered=false&titled=false"

Hi @gabi
Post "Diagnostic Info" from Admin > Troubleshooting.
It's working fine, when I test with 0.39.1

Is this what you need?

{
"browser-info": {
"language": "pt-BR",
"platform": "Win32",
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36",
"vendor": "Google Inc."
},
"system-info": {
"file.encoding": "UTF-8",
"java.runtime.name": "Java(TM) SE Runtime Environment",
"java.runtime.version": "1.8.0_191-b12",
"java.vendor": "Oracle Corporation",
"java.vendor.url": "http://java.oracle.com/",
"java.version": "1.8.0_191",
"java.vm.name": "Java HotSpot(TM) 64-Bit Server VM",
"java.vm.version": "25.191-b12",
"os.name": "Linux",
"os.version": "4.4.0-1111-aws",
"user.language": "en",
"user.timezone": "Etc/UTC"
},
"metabase-info": {
"databases": [
"postgres"
],
"hosting-env": "unknown",
"application-database": "postgres",
"application-database-details": {
"database": {
"name": "PostgreSQL",
"version": "12.5"
},
"jdbc-driver": {
"name": "PostgreSQL JDBC Driver",
"version": "42.2.18"
}
},
"run-mode": "prod",
"version": {
"tag": "v0.38.2",
"date": "2021-03-17",
"branch": "release-x.38.x",
"hash": "91f0ed6"
},
"settings": {
"report-timezone": null
}
}
}

@gabi I cannot reproduce - even with 0.38.2 - when I set titled=false then there's no title displayed