The Copy and Pay widget's size can be adjusted using the following JS script snippet:
cnp_jQuery(document).on("cnp:ready", function()
{
cnp_Setting.iFrameSize = { width:1, height:2};
})
The Copy and Pay widget's size can be adjusted using the following JS script snippet:
cnp_jQuery(document).on("cnp:ready", function()
{
cnp_Setting.iFrameSize = { width:1, height:2};
})
Comments