We may develop portfolios with the Grid Masonry or the Grid Fit Rows presets.
When using these presets with the RapidWeaver Styled Text plugin, we may develop custom pages with grid layouts using images hosted in RapidWeaver resources or on an external server. We may also add overlay to an image containing further information or links.
The following code will add an image hosted in RapidWeaver resources (named myimage.jpg) and an overlay with a links with Font Awesome icon:
<div class="image thumbnail-frame">
<img src="%resource(myimage.jpg)%">
<h4><span>
<a href="http://archetypon.net/"><i class="fa fa-external-link-square fa-lg"></i></a>
</span>
</h4>
</div>
This theme supports the Lazy Load plugin, read more about the Lazy Load plugin and how to develop pages here:
http://support.archetypon.net/hc/en-us/articles/203421375-Lazyload
Comments
0 comments
Article is closed for comments.