I am a novice in using leaflet, I exported my map layers from qgis to a working leaflet map. i am trying to modify the popup to use the attribute so as to get an image popup. i am however stuck as i have read documentation but still unsure. any leads will help. currently my popup does a get feature info to show the following.
function pop_dwelling(feature, layer) { var popupContent = 'house_numb' + Autolinker.link(String(feature.properties.house_numb)) + 'photo' + Autolinker.link(String(feature.properties.photo)) + '
function pop_dwelling(feature, layer) { var popupContent = 'house_numb' + Autolinker.link(String(feature.properties.house_numb)) + 'photo' + Autolinker.link(String(feature.properties.photo)) + '