]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
edit copy line 5 images.php 142/head
authorRobert Ivan <metaprinter@users.noreply.github.com>
Thu, 30 Jul 2015 16:40:44 +0000 (12:40 -0400)
committerRobert Ivan <metaprinter@users.noreply.github.com>
Thu, 30 Jul 2015 16:40:44 +0000 (12:40 -0400)
changed (or the width or its parent element.... TO  (or the width of its parent element...

docs/components/images.php

index 7810c06bd5e1059eca6f45100520bc5b82a86816..eec3a9b8dcaf4d8573f7a7ec5d5503cb24313020 100644 (file)
@@ -2,7 +2,7 @@
 <p class="lead">Accent your emails with rich, high resolution images.</p>
 <hr />
 <h2 class="light">Markup</h2>
-<p>The days of having to choose between supporting Outlook or retina devices are over. To use high resolution images, put <code>height</code> and <code>width</code> HTML attributes on the <kbd>&lt;img&gt;</kbd> tag, corresponding to the scaled size of the image in a desktop view (the width of its <code>.columns</code> container). On small screen devices, Ink will cause the image to expand to its full width (or the width or its parent element, whichever is smaller).</p>
+<p>The days of having to choose between supporting Outlook or retina devices are over. To use high resolution images, put <code>height</code> and <code>width</code> HTML attributes on the <kbd>&lt;img&gt;</kbd> tag, corresponding to the scaled size of the image in a desktop view (the width of its <code>.columns</code> container). On small screen devices, Ink will cause the image to expand to its full width (or the width of its parent element, whichever is smaller).</p>
 <h6>Image Markup</h6>
 <?php code_example(
 '<table class="three columns">
       </table>
     </div>
   </div>
-</div>
\ No newline at end of file
+</div>