Ran into an issue with “icon+title+text” not working with the imgCloseCallback = imgCallBack
It works fine with “image”, but doesn’t get called with this one (or custom)
This works…
{ template = “image”, imageDisplay=“bestFit”, imageFileName = “images/email.png”, bkColor = {0,0,0,0}, imgCloseCallback = imgCallBack }, – imageFileNameBaseDir
This does not
{ template = “icon+title+text”, title=“Social Media”, text=“Check Various Feeds”,bkColor = {0,0,0,0}, titlePHeight = 0, titleFontSize = 24, textFontSize = 16, textPHeight = 25, padding = 20, iconPHeight = 80, iconFileName = “images/iconSocialMedia.png” , iconWidth = 300, iconHeight = 150,imgCloseCallback = imgCallBack}, – iconFileNameBaseDir