Hey, is there anyway to specify the CSS code to include images in a Cesium infobox? I am trying to put a czml file together and display an infobox as follows, but the image won’t show.
CSS code below
[
{
“id”:“document”,
“name”:“Open Eye CZML Points”,
“version”:“1.0”
},
{
“id”:“tanzania-ilota”,
“name”:“Tanzania, Ilota”,
"description": “<div class=“cesium-infoBox-description-lighter” style=“overflow:auto;word-wrap:break-word;background-color:rgb(255,255,255);color:rgb(0,0,0);”><img\width=“50%”\style=“float:left; margin: 0 1em 1em 0;”\src=”./livyczmlimg/MbaliziHospital.jpg"/>\rs
<div>About Mbalizi Hospital
The Mbalizi Hospital is situated 20km east of Mbeya, one of the largest \ncities in Tanzania, in southwestern highlands. It was opened as a \nmission hospital from the Mbalizi Evangelistic Church (MEC) beginning of\n 2007 because the previous smaller hospital was always overcrowded. Due \nto denoted money from Switzerland and most of the work being done by own\n people a modern, well equipped hospital with initially 200 beds could \nbe established. At the end of 2007 the hospital became a \nDistrict-Designated Hospital (DDH) and is now running as collaboration \nbetween the Tanzania Evangelistic Church (TEC) and the Ministry of \nHealth and Social Welfare (MoHSW) of Tanzania.
Over the years the patient number has increased from less 100 inpatients\n up to 200 inpatients nowadays. So the bed capacity has been increased \nto 240 beds.
",
“position”:
{
“cartographicDegrees”:[33.262276, -8.896396,40]
},
“point”:
{
“color”: { “rgba”: [255, 255, 255, 200]},
“outlineColor”: { “rgba”: [24, 117, 202, 255]},
“heightReference”: “RELATIVE_TO_GROUND”,
“outlineWidth”:2.0,
“pixelSize”:10.0,
“show”:true,
}
}
]