hello
I can use the js to set the image in horizontal center.
Appery ('mobileimage_3').css('margin', 'auto');
how can I let the image to the vertical center in different size?
I try that below is now working.
way 1:
Appery ('mobileimage_3')css('vertical-align', 'middle');
way 2:
var cellElement = Appery ('mobileimage_3').closest('td').
cellElement.css('text-align', 'center').css('vertical-align', 'middle');