Could the images be loaded locally? #212
emanuellopess
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
Hello @emanuellopess, for now the short answer would be no. The Mercado Pago SDK includes various features, and most of them need specific assets to work properly. That's why static files such as images, JS, and configurations are loaded on demand, only when you instantiate the product you are going to use. Imagine downloading tons of Bricks files, for example, when the only thing you are using on your website is the getIdentificationTypes function from CoreMethods. It would not be a good experience. However, we are curious to understand why you suggest these images be included directly in the SDK. Could you elaborate? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Could this images be included in the Mercado Pago SDK instead to be offloaded to this server?
..pago-button::before {\n background-image: url("http://static.mlstatic.com/org-img/mercadopago/wallet_mp_icon.svg");\n background-size: ${34 / 14}em ${34 / 14}em;\n width: ${34 / 14}em;\n h... ...pago-button::before {\n background-image: url("http://static.mlstatic.com/org-img/mercadopago/wallet_mp_icon.svg");\n background-size: 32px;\n backgroud-color: #fff;\n background-repeat: n...
Beta Was this translation helpful? Give feedback.
All reactions