Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Now that you have the code copied, change the second line to so that the data-src points to where your image is hosted. If it is on your server, like our example is, you would not need the full url. Since ours is in an /images folder in our public_html folder on our server, we would put it as the next example shows:

    Code Block
    languagexml
    firstline1
    titleFinal
    linenumberstrue
    <!--<div class="image_load parent-block" data-apply="row_image" data-src="{$image.image}">-->
    <div class="image_load parent-block" data-apply="row_image" data-src="./images/banner.jpg"></div>
  • Be sure to clear your site's cache after changing themes.

...