Hi Team,
We have accept hosted payment form with all the billing details.
But here the payment form look like long in hieght.
Instead of scrolling down vertically, how can we display the hosted payment form element horizontaly(Landscap) as like
https://nexwebsites.com/authorizenet/
How can we achieve this.
Thanks in advnace.
Solved! Go to Solution.
08-02-2017 12:29 AM
Just target your iframe and style with properties like the following:
<iframe id="payframe" name="payframe" style="height:550px;width:100%;border-style:none;"></iframe>
08-02-2017 03:31 AM
Just target your iframe and style with properties like the following:
<iframe id="payframe" name="payframe" style="height:550px;width:100%;border-style:none;"></iframe>
08-02-2017 03:31 AM
Thanks @NexusSoftware,
Actually we are using iFrame with lightbox popup.
We have particular checkbox and on clicking on that checkbox i am opening iframe in lightbox as given the sample code in github.
Do you have any idea how I can achieve this?
08-02-2017 04:05 AM
08-02-2017 07:18 AM - edited 08-02-2017 07:29 AM