hi.
I have done as specified here https://www.gavick.com/documentation/jo ... age-titles
When you press the button MORE WORK
The following image outputting unsigned.
How to fix?
How to change the pop-up window blue - dimming?
img.html('<img src="' + jsondata[i].src + '" alt="' + jsondata[i].title + '" />');
img.html('<img src="' + jsondata[i].src + '" alt="' + jsondata[i].title + '" /><span style="text-transform:uppercase;">' + jsondata[i].title + '<span></span></span>');