Skip to content

Commit

Permalink
fix: set Paddle iframe iframe height to 660px
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasRichel committed Jul 21, 2022
1 parent 6ed074e commit a71ca4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/composables/paddle.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const loadCheckout = (containerID, link, locale, { onLoad, onSuccess }) => {
frameTarget: containerID,
frameInitialHeight: 416,
frameStyle:
"width:100%; min-width:312px; background-color: transparent; border: none;",
"width:100%; min-width:312px; height: 660px; background-color: transparent; border: none;",

loadCallback: onLoad,
successCallback: onSuccess
Expand Down

0 comments on commit a71ca4a

Please sign in to comment.