
Hello,
I would like to set different images for each type of device. If they open in a Mobile they will see image A, but if they open in a laptop they will see image B.
Is this possible to do using the Dynamic functions in Marketing Cloud?
Thank you,
1 件のコメント

Hey Marcos, you can do this by using a CSS media query rule where the rule would be based off of screen size.
For example.. if the screen size is max-width 600px show {Image A} and if the screen size is min-width 490px show image {Image B}.
I'm not sure if this is achievable through a dynamic content block.