Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <h1>METHOD 1</h1> <p>Mozify <em>used to</em> "just" slices the bigger image in cells with smaller images and use their background colors to achieve the mosaic effect.</p> <p>With this kind of solution, when an image isn't loaded it just shows the cell's background.</p> <p>You can also format alt text using style (Works on gmail, yahoo and most mobile):</p> <pre><code>&lt;img src="http://domain.tld/img/image.jpg" alt="Your text!" style="font-size:22px; color:#ffffff; font-family:arial" &gt; </code></pre> <p><strong>PROs:</strong> </p> <ul> <li>it's universally supported </li> <li>It's easy and effective (even without Mozify). Photoshop is enough.</li> </ul> <p><strong>CONs:</strong></p> <ul> <li>it very affects the weight of the mail</li> <li>the mail doesn't look too much well in Outlook due to both the X and the alert text asking to download the images in every single cell.</li> </ul> <h1>METHOD 2</h1> <p>The current version of Mozify (v1) has a totally different approach: It creates an alternative table for the mosaic (with cells&amp;background, WITHOUT image slices)</p> <pre><code>&lt;DIV CLASS="tempMozHolder" ID="m_wwlIf" STYLE="display:inline; margin:0; padding:0; float:none"&gt; &lt;STYLE TYPE="text/css"&gt; .ExternalClass .ecxhm1_wwlIf{width:690px !important;height:620px !important; float:none !important} .ExternalClass .ecxhm2_wwlIf{display:none !important} .olwwlIf td b{width:1px;height:1px;font-size:1px} .olwwlIf{-webkit-text-size-adjust: none} &lt;/STYLE&gt; &lt;!--[if gte mso 9]&gt;&lt;style&gt; .olwwlIf{display:none !important} &lt;/style&gt;&lt;table cellpadding="0" cellspacing="0" style="display:block;float:none;" align=""&gt;&lt;tr&gt;&lt;td&gt;&lt;img alt="" border="0" height="620" src="http://domain.tld/img/image.jpg" style="margin: 0px; padding: 0px; display: block;" title="" width="690"&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;style type="text/css"&gt;/*&lt;![endif]--&gt; &lt;TABLE ALIGN="" BORDER="0" CELLPADDING="0" CELLSPACING="0" CLASS="olwwlIf" STYLE="display:block;float:none" WIDTH="690"&gt; &lt;TBODY&gt; &lt;TR&gt; &lt;TD CLASS="olwwlIf" STYLE="padding:0px 0px 0px 0px;"&gt;THAT'S YOUR MOSAIC TABLE&lt;/TD&gt; &lt;/TR&gt; &lt;/TBODY&gt; &lt;/TABLE&gt; &lt;!--[if gte mso 9]&gt;*/&lt;/style&gt;&lt;![endif]--&gt; &lt;/DIV&gt; </code></pre> <p>The trick is the combination of css and MS script. The code between <code>&lt;!--[if gte mso 9]&gt;</code> and <code>&lt;![endif]--&gt;</code> will be read only by Outlook.</p> <p><strong>PROs:</strong> </p> <ul> <li>This HTML is much lighter than method 1</li> <li>the mail looks VERY cool where supported</li> </ul> <p><strong>CONs:</strong></p> <ul> <li>it's NOT universally supported </li> <li>It's more complicated, you need Mozify to automate it</li> </ul> <p>Hope this helps ;)</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload