Re: Does Marketo support responsive email design?

Anonymous
Not applicable
If so, can someone give me tips about how to best implement?
Tags (1)
5 REPLIES 5
Anonymous
Not applicable

You can check the solutions provided by Marketo partners on Launchpoint for creating responsive emails that are tested across all devices.seg?add=3901497&t=2

Pierce_Ujjainw3
Level 9
Hi Liat,

I'd encourage you to try out Knak. Unlike the other suggestions in this thread, Knak allows you to create a responsive Marketo email template with NO coding required. You can then bring it into Marketo and edit it like any other template using the WYSIWYG editor.

You can build your first template for free: www.knak.io
Anonymous
Not applicable
There is an example responsive email template in our program library titled-  Mobile Email Template. Check it out!
Anonymous
Not applicable
Kenny's suggestion is really the way to start with responsive templates. I followed that route a while ago.

I would like to contribute with two details: 
The meta tag allows to scale the screen size 
meta name="viewport" content="width=device-width, initial-scale=1"

jQuery provides clever templates, valuable when combined with viewport
link type="text/css" href="http://code.jquery.com/mobile/latest/jquery.mobile.min.css" rel="stylesheet"


Anonymous
Not applicable
You can create templates that are both responsive and compatible with Marketo's editor.  I would do a search on Google for responsive email templates, and then follow this walkthrough to modify it for Marketo.