Advanced Image Layout Tutorial by nathenial

View this thread on steempeak.com
· @nathenial · (edited)
$40.86
Advanced Image Layout Tutorial
<center>![advanced-image-layout.gif](https://steemitimages.com/DQmWpSj4RycBmnGAGpgDdA1XhYz1uxSbwaCiJkdjujzE7LY/advanced-image-layout.gif)</center>
# Image layout Tutorial
----------
Hey Steemians,
So I posted a [post](https://steemit.com/travel/@nathenial/the-lucky-country-luckiest-country-on-earth) yesterday with a nice matrix layout for my images.

It seemed to get a lot of attention so though I would teach you guys how I came up with the idea and how you can do it on your own.

Firstly, shout out to @dolladu for posting a simple side by side grid that inspired me to come up with this matrix layout. 

The first step is to understand that Markdown and Html don't play well together on steemit, so try to stick to just one language.

----------
## The Code Basics
Secondly you need to understand a bit about the code.
```<div class="pull-left"> ```and ``` <div class="pull-right"> ``` are the real heros here. You can use them with images, text, video, tables, points anything really.  Obviously <b>Pull Left</b> pulls the content to the left of the page, while <b>Pull Right</b> pulls the content to the right hand side of the page.

Just remember to ALWAYS close the tags. If you open the line with ``` <div>, <div class*>, <b>, <i> or <center>```  tags always be sure to close it with the corresponding tags ``` </div>, </div>, </b>, </i> or </center> ```

### Code in Practice
Simply use these two codes before the body that you wish to move to one side. e.g.
 <b>Pull Left: </b>
``` <div class="pull-left"> This body of text will be on the LEFT hand side of the page....INSERT-IMAGE-URL.jpg</div> ```
<b>Pull Right: </b> 
``` <div class="pull-right"> While this body of text will be on the RIGHT hand side of the page...INSERT-IMAGE-URL.jpg</div> ```

### Example
----------
 <div class="pull-left">This body of text will be on the LEFT hand side of the page.... http://cumbrianrun.co.uk/wp-content/uploads/2014/02/default-placeholder.png </div>
<div class="pull-right">While this body of text will be on the RIGHT hand side of the page... http://cumbrianrun.co.uk/wp-content/uploads/2014/02/default-placeholder.png </div>

----------
----------

### Assembling
The next part is to put it all together. So the below code is a template for you to fill in. It works with a matrix of 4 small and one big, you then simply repeat the code for more images.

```
<div class="pull-left">Insert-image-url-here.jpg</div>
<div class="pull-right">Insert-image-url-here.jpg</div>
<hr>
<div class="pull-left">Insert-image-url-here.jpg</div>
<div class="pull-right">Insert-image-url-here.jpg</div>
<hr>
<hr>
<center>Insert-image-url-here.jpg</center>
<hr>
 ```

### Example

<div class="pull-left">http://cumbrianrun.co.uk/wp-content/uploads/2014/02/default-placeholder.png</div>
<div class="pull-right">http://cumbrianrun.co.uk/wp-content/uploads/2014/02/default-placeholder.png</div>
<hr>
<div class="pull-left">http://cumbrianrun.co.uk/wp-content/uploads/2014/02/default-placeholder.png</div>
<div class="pull-right">http://cumbrianrun.co.uk/wp-content/uploads/2014/02/default-placeholder.png</div>
<hr>
<hr>
<center>http://cumbrianrun.co.uk/wp-content/uploads/2014/02/default-placeholder.png</center>
<hr>


----------
----------

## More advanced
### More Grids
So that is the basics to assembling your images in a 4 small 1 Big Matrix. There are advanced uses as well. As far as I know, no one else has done this before and it took me a good day to work out how to get it to work.

If you want to incorporate a 3, 2, 1 matrix or any combination of it; you need to bring in a table to resize the images. Unlike with text "Pull Left, Pull Right, Center" will not result in a three column layout. Instead we use the MARKDOWN table to make a single row of images that are automatically resized. Technically you do add more Columns to increase the number of grids if you like. Note: This is becoming extremely fiddly and the slightest upset will result in it not working so only attempt if you are comfortable debugging if the need arises.

```
|<center>Insert-image-url-here.jpg</center>|<center>Insert-image-url-here.jpg</center>|<center>Insert-image-url-here.jpg</center>|
| ------------- |:-------------:| -----:|
<hr>
<div class="pull-left">Insert-image-url-here.jpg</div>
<div class="pull-right">Insert-image-url-here.jpg</div>
<hr>
<hr>
<center>Insert-image-url-here.jpg</center>
<hr>
```
### Example

<hr>

|<center>http://cumbrianrun.co.uk/wp-content/uploads/2014/02/default-placeholder.png</center>|<center>http://cumbrianrun.co.uk/wp-content/uploads/2014/02/default-placeholder.png</center>|<center>http://cumbrianrun.co.uk/wp-content/uploads/2014/02/default-placeholder.png</center>|
| ------------- |:-------------:| -----:|
<hr>
<div class="pull-left">http://cumbrianrun.co.uk/wp-content/uploads/2014/02/default-placeholder.png</div>
<div class="pull-right">http://cumbrianrun.co.uk/wp-content/uploads/2014/02/default-placeholder.png</div>
<hr>
<hr>
<center>http://cumbrianrun.co.uk/wp-content/uploads/2014/02/default-placeholder.png</center>
<hr>

----------
----------
### Tagging Images in your table.
Referencing your images is really important. It allows people to see that they are either your own images or from some other place that you respectfully acknowledge.
Doing this can be as easy as simply adding a URL tag after the image URL. In other cases it can be as complicated as changing the way we display the images completely. Firstly you need to understand the basics of URL Hyperlinks.
``` [this is the text that will appear](This-is-for-the-link) ```
This is the most basic way to tag and there are several more complicated ways to tag images etc but in order to get this to work with our Markdown layouts we will keep it simple. For the 3,2,1 Matrix to work in this manner we will need to convert the image holders to table layout. See the code below:


```
<hr>

|<center>INSERT-IMAGE-URL.JPG[LINK](insert_link.com)</center>|<center>INSERT-IMAGE-URL.JPG[LINK](insert_link.com)</center>|<center>INSERT-IMAGE-URL.JPG[LINK](insert_link.com)</center>|
| ------------- |:-------------:| -----:|
<hr>

|<center>INSERT-IMAGE-URL.JPG[LINK](insert_link.com)</center>|<center>INSERT-IMAGE-URL.JPG[LINK](insert_link.com)</center>|
| ------------- |:-------------:|
<hr>

|<center>INSERT-IMAGE-URL.JPG[LINK](insert_link.com)</center>|
| ------------- |
<hr>

```
### Example

<hr>

|<center>http://cumbrianrun.co.uk/wp-content/uploads/2014/02/default-placeholder.png[LINK](insert_link.com)</center>|<center>http://cumbrianrun.co.uk/wp-content/uploads/2014/02/default-placeholder.png[LINK](insert_link.com)</center>|<center>http://cumbrianrun.co.uk/wp-content/uploads/2014/02/default-placeholder.png[LINK](insert_link.com)</center>|
| ------------- |:-------------:| -----:|
<hr>

|<center>http://cumbrianrun.co.uk/wp-content/uploads/2014/02/default-placeholder.png[LINK](insert_link.com)</center>|<center>http://cumbrianrun.co.uk/wp-content/uploads/2014/02/default-placeholder.png[LINK](insert_link.com)</center>|
| ------------- |:-------------:|
<hr>

|<center>http://cumbrianrun.co.uk/wp-content/uploads/2014/02/default-placeholder.png[LINK](insert_link.com)</center>|
| ------------- |
<hr>


----------
----------

So that concludes my little tutorial on Advanced Image Layouts.
As far as I know, not many (if any) body has used these techniques to develop 3 or more image layout. 


Until next time.

Later Alligator.


<center>[![Upvote, Follow, Resteem](https://steemitimages.com/0x0/https://steemitimages.com/DQmZGDBRNWaCjN1WJjfHd2nS2P1juoYu7L8P63z2kA2QBdw/LQ-Gif.gif)](www.steemit.com/@nathenial)</center>
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 19 others
properties (23)
post_id26,690,522
authornathenial
permlinkadvanced-image-layout-tutorial
categorymarketing
json_metadata"{"format": "markdown", "links": ["https://steemit.com/travel/@nathenial/the-lucky-country-luckiest-country-on-earth", "insert_link.com", "www.steemit.com/@nathenial"], "app": "steemit/0.1", "tags": ["marketing", "steemit", "tutorial", "australia", "mspresteem"], "users": ["dolladu"], "image": ["https://steemitimages.com/DQmWpSj4RycBmnGAGpgDdA1XhYz1uxSbwaCiJkdjujzE7LY/advanced-image-layout.gif"]}"
created2018-01-19 20:03:45
last_update2018-01-19 20:47:54
depth0
children24
net_rshares3,752,101,279,875
last_payout2018-01-26 20:03:45
cashout_time1969-12-31 23:59:59
total_payout_value31.558 SBD
curator_payout_value9.306 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length7,633
author_reputation2,171,034,208,886
root_title"Advanced Image Layout Tutorial"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (83)
@cryptonik ·
$0.03
Very useful, thanks!
👍  
properties (23)
post_id26,692,994
authorcryptonik
permlinkre-nathenial-advanced-image-layout-tutorial-20180119t201921388z
categorymarketing
json_metadata"{"app": "steemit/0.1", "tags": ["marketing"]}"
created2018-01-19 20:19:21
last_update2018-01-19 20:19:21
depth1
children0
net_rshares2,951,589,648
last_payout2018-01-26 20:19:21
cashout_time1969-12-31 23:59:59
total_payout_value0.028 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length20
author_reputation2,296,736,176,338
root_title"Advanced Image Layout Tutorial"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@aussieninja ·
$0.03
In a while Crocodile.

Ah.... I'm not going to lie... I'm likely going to refer back to this post maybe one trillion times until I've got all this memorized.  I never even thought of the 3 image grid before... I had been creating those sorts of composites in Photoshop and then exporting to jpeg... this is so much better since I can source each photo.

You might have improved my posts by one thousand percent.  Thank you sir!
👍  
properties (23)
post_id26,693,642
authoraussieninja
permlinkre-nathenial-advanced-image-layout-tutorial-20180119t202455323z
categorymarketing
json_metadata"{"app": "steemit/0.1", "tags": ["marketing"]}"
created2018-01-19 20:23:45
last_update2018-01-19 20:23:45
depth1
children1
net_rshares2,903,983,363
last_payout2018-01-26 20:23:45
cashout_time1969-12-31 23:59:59
total_payout_value0.028 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length427
author_reputation14,454,397,707,459
root_title"Advanced Image Layout Tutorial"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@nathenial ·
aw man, and this is why i do it! That comment has just made me feel the work i put into this worth it. Thanks man! Super stoked it helps you.
properties (22)
post_id26,696,625
authornathenial
permlinkre-aussieninja-re-nathenial-advanced-image-layout-tutorial-20180119t204509286z
categorymarketing
json_metadata"{"app": "steemit/0.1", "tags": ["marketing"]}"
created2018-01-19 20:45:06
last_update2018-01-19 20:45:06
depth2
children0
net_rshares0
last_payout2018-01-26 20:45:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length141
author_reputation2,171,034,208,886
root_title"Advanced Image Layout Tutorial"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@thedrewtrott ·
$0.03
Super helpful! Thanks for the tips and code bro, will definitely utilise this at some point.
👍  
properties (23)
post_id26,695,315
authorthedrewtrott
permlinkre-nathenial-advanced-image-layout-tutorial-20180119t203531415z
categorymarketing
json_metadata"{"app": "steemit/0.1", "tags": ["marketing"]}"
created2018-01-19 20:35:30
last_update2018-01-19 20:35:30
depth1
children0
net_rshares2,832,573,936
last_payout2018-01-26 20:35:30
cashout_time1969-12-31 23:59:59
total_payout_value0.028 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length92
author_reputation962,350,626,398
root_title"Advanced Image Layout Tutorial"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@ravenruis ·
Bookmarked for future reference, thank you. :)
👍  
properties (23)
post_id26,698,546
authorravenruis
permlinkre-nathenial-advanced-image-layout-tutorial-20180119t205846227z
categorymarketing
json_metadata"{"app": "steemit/0.1", "tags": ["marketing"]}"
created2018-01-19 20:58:42
last_update2018-01-19 20:58:42
depth1
children1
net_rshares369,670,466
last_payout2018-01-26 20:58:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length46
author_reputation5,523,600,016,287
root_title"Advanced Image Layout Tutorial"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@nathenial ·
Its a pleasure :)
properties (22)
post_id26,701,522
authornathenial
permlinkre-ravenruis-re-nathenial-advanced-image-layout-tutorial-20180119t211951986z
categorymarketing
json_metadata"{"app": "steemit/0.1", "tags": ["marketing"]}"
created2018-01-19 21:19:51
last_update2018-01-19 21:19:51
depth2
children0
net_rshares0
last_payout2018-01-26 21:19:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length17
author_reputation2,171,034,208,886
root_title"Advanced Image Layout Tutorial"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@didic ·
I need to bookmark this post. I think it's going to be quite useful in making me future posts better. Thank you!
👍  
properties (23)
post_id26,699,056
authordidic
permlinkre-nathenial-advanced-image-layout-tutorial-20180119t210213607z
categorymarketing
json_metadata"{"app": "steemit/0.1", "tags": ["marketing"]}"
created2018-01-19 21:02:12
last_update2018-01-19 21:02:12
depth1
children1
net_rshares376,331,195
last_payout2018-01-26 21:02:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length112
author_reputation76,442,227,425,259
root_title"Advanced Image Layout Tutorial"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@nathenial ·
my pleasure. So glad its useful :)
properties (22)
post_id26,701,471
authornathenial
permlinkre-didic-re-nathenial-advanced-image-layout-tutorial-20180119t211926096z
categorymarketing
json_metadata"{"app": "steemit/0.1", "tags": ["marketing"]}"
created2018-01-19 21:19:24
last_update2018-01-19 21:19:24
depth2
children0
net_rshares0
last_payout2018-01-26 21:19:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length34
author_reputation2,171,034,208,886
root_title"Advanced Image Layout Tutorial"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@asadullah ·
worth a read, Gonna try this next time ;)
👍  
properties (23)
post_id26,699,747
authorasadullah
permlinkre-nathenial-advanced-image-layout-tutorial-20180119t210657735z
categorymarketing
json_metadata"{"app": "steemit/0.1", "tags": ["marketing"]}"
created2018-01-19 21:07:00
last_update2018-01-19 21:07:00
depth1
children0
net_rshares386,322,289
last_payout2018-01-26 21:07:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length41
author_reputation263,026,799,189
root_title"Advanced Image Layout Tutorial"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@jtthefoodie ·
Useful stuff, thanks mate!
👍  
properties (23)
post_id26,702,727
authorjtthefoodie
permlinkre-nathenial-advanced-image-layout-tutorial-20180119t212825959z
categorymarketing
json_metadata"{"app": "steemit/0.1", "tags": ["marketing"]}"
created2018-01-19 21:28:24
last_update2018-01-19 21:28:24
depth1
children0
net_rshares356,349,008
last_payout2018-01-26 21:28:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length26
author_reputation11,510,948,505,908
root_title"Advanced Image Layout Tutorial"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@gillianpearce ·
That's useful. Thank you!
👍  
properties (23)
post_id26,708,354
authorgillianpearce
permlinkre-nathenial-advanced-image-layout-tutorial-20180119t220912378z
categorymarketing
json_metadata"{"app": "steemit/0.1", "tags": ["marketing"]}"
created2018-01-19 22:09:12
last_update2018-01-19 22:09:12
depth1
children0
net_rshares346,357,914
last_payout2018-01-26 22:09:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length25
author_reputation28,546,676,634,979
root_title"Advanced Image Layout Tutorial"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@minnowsupport ·
<p>Congratulations!  This post has been upvoted from the communal account, @minnowsupport, by Digital_dude [nathenial] from the Minnow Support Project. It's a witness project run by aggroed, ausbitbank, teamsteem, theprophet0, someguy123, neoxian, followbtcnews, and netuoso. The goal is to help Steemit grow by supporting Minnows.  Please find us at the <a href="https://discord.gg/HYj4yvw"> Peace, Abundance, and Liberty Network (PALnet) Discord Channel</a>.  It's a completely public and open space to all members of the Steemit community who voluntarily choose to be there.</p> <p>If you would like to delegate to the Minnow Support Project you can do so by clicking on the following links: <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&amp;delegatee=minnowsupport&amp;vesting_shares=102530.639667%20VESTS">50SP</a>, <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&amp;delegatee=minnowsupport&amp;vesting_shares=205303.639667%20VESTS">100SP</a>, <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&amp;delegatee=minnowsupport&amp;vesting_shares=514303.639667%20VESTS">250SP</a>, <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&amp;delegatee=minnowsupport&amp;vesting_shares=1025303.639667%20VESTS">500SP</a>, <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&amp;delegatee=minnowsupport&amp;vesting_shares=2053030.639667%20VESTS">1000SP</a>, <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&amp;delegatee=minnowsupport&amp;vesting_shares=10253030.639667%20VESTS">5000SP</a>. <br><strong>Be sure to leave at least 50SP undelegated on your account.</strong></p>
properties (22)
post_id26,734,714
authorminnowsupport
permlinkre-advanced-image-layout-tutorial-20180120t013705
categorymarketing
json_metadata{}
created2018-01-20 01:37:06
last_update2018-01-20 01:37:06
depth1
children0
net_rshares0
last_payout2018-01-27 01:37:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length1,720
author_reputation104,981,098,086,561
root_title"Advanced Image Layout Tutorial"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@mazzle ·
Oh wow, this is incredibly helpful.  Bookmarked for future use! Thanks mate.
👍  
properties (23)
post_id26,749,658
authormazzle
permlinkre-nathenial-advanced-image-layout-tutorial-20180120t032644447z
categorymarketing
json_metadata"{"app": "steemit/0.1", "tags": ["marketing"]}"
created2018-01-20 03:26:45
last_update2018-01-20 03:26:45
depth1
children1
net_rshares346,357,914
last_payout2018-01-27 03:26:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length76
author_reputation19,598,472,425,496
root_title"Advanced Image Layout Tutorial"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@nathenial ·
no probs mate. Glad i can help
properties (22)
post_id26,756,698
authornathenial
permlinkre-mazzle-re-nathenial-advanced-image-layout-tutorial-20180120t041934675z
categorymarketing
json_metadata"{"app": "steemit/0.1", "tags": ["marketing"]}"
created2018-01-20 04:19:33
last_update2018-01-20 04:19:33
depth2
children0
net_rshares0
last_payout2018-01-27 04:19:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length30
author_reputation2,171,034,208,886
root_title"Advanced Image Layout Tutorial"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@tubcat ·
$0.08
Tub Cat can definitely use this resource and respects your intellect for creating such a high quality post. 

Tub Cat would prefer that your image examples included pictures of cats in tubs though, this is Tub Cat's preference.

<center>https://steemitimages.com/DQmafXmcgtCzJKxdrDYrY3sDEpF3Hn7ab6LsoLQHCfa1PTy/Tub-dogt.jpg</center>

# <center>No Dogs!</center>
👍  ,
properties (23)
post_id26,749,935
authortubcat
permlinkre-nathenial-advanced-image-layout-tutorial-20180120t032851479z
categorymarketing
json_metadata"{"app": "steemit/0.1", "image": ["https://steemitimages.com/DQmafXmcgtCzJKxdrDYrY3sDEpF3Hn7ab6LsoLQHCfa1PTy/Tub-dogt.jpg"], "tags": ["marketing"]}"
created2018-01-20 03:28:54
last_update2018-01-20 03:28:54
depth1
children1
net_rshares6,885,868,413
last_payout2018-01-27 03:28:54
cashout_time1969-12-31 23:59:59
total_payout_value0.064 SBD
curator_payout_value0.011 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length361
author_reputation3,991,270,030,659
root_title"Advanced Image Layout Tutorial"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (2)
@nathenial ·
yes! so much yes!
properties (22)
post_id26,756,764
authornathenial
permlinkre-tubcat-re-nathenial-advanced-image-layout-tutorial-20180120t042003108z
categorymarketing
json_metadata"{"app": "steemit/0.1", "tags": ["marketing"]}"
created2018-01-20 04:20:00
last_update2018-01-20 04:20:00
depth2
children0
net_rshares0
last_payout2018-01-27 04:20:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length17
author_reputation2,171,034,208,886
root_title"Advanced Image Layout Tutorial"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@ram.bozo ·
Handy post mate! I will be bookmarking this! Cheers!
👍  
properties (23)
post_id26,750,512
authorram.bozo
permlinkre-nathenial-advanced-image-layout-tutorial-20180120t033308027z
categorymarketing
json_metadata"{"app": "steemit/0.1", "tags": ["marketing"]}"
created2018-01-20 03:33:09
last_update2018-01-20 03:33:09
depth1
children2
net_rshares326,375,727
last_payout2018-01-27 03:33:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length52
author_reputation2,046,968,271,807
root_title"Advanced Image Layout Tutorial"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@nathenial ·
$0.19
thanks. Hope it comes in useful in the future.
👍  
properties (23)
post_id26,756,888
authornathenial
permlinkre-rambozo-re-nathenial-advanced-image-layout-tutorial-20180120t042109718z
categorymarketing
json_metadata"{"app": "steemit/0.1", "tags": ["marketing"]}"
created2018-01-20 04:21:06
last_update2018-01-20 04:21:06
depth2
children1
net_rshares16,917,005,084
last_payout2018-01-27 04:21:06
cashout_time1969-12-31 23:59:59
total_payout_value0.144 SBD
curator_payout_value0.048 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length46
author_reputation2,171,034,208,886
root_title"Advanced Image Layout Tutorial"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@ram.bozo ·
I'm sure it will!
👍  
properties (23)
post_id26,770,935
authorram.bozo
permlinkre-nathenial-re-rambozo-re-nathenial-advanced-image-layout-tutorial-20180120t060708507z
categorymarketing
json_metadata"{"app": "steemit/0.1", "tags": ["marketing"]}"
created2018-01-20 06:07:09
last_update2018-01-20 06:07:09
depth3
children0
net_rshares311,667,270
last_payout2018-01-27 06:07:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length17
author_reputation2,046,968,271,807
root_title"Advanced Image Layout Tutorial"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@phedizzle ·
Super helpful! cept i think your first image is going to give me a seizure. ack!! i really really like that banner, too!
👍  
properties (23)
post_id26,756,575
authorphedizzle
permlinkre-nathenial-advanced-image-layout-tutorial-20180120t041840412z
categorymarketing
json_metadata"{"app": "steemit/0.1", "tags": ["marketing"]}"
created2018-01-20 04:18:39
last_update2018-01-20 04:18:39
depth1
children1
net_rshares333,036,456
last_payout2018-01-27 04:18:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length120
author_reputation2,210,265,497,970
root_title"Advanced Image Layout Tutorial"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@nathenial ·
thanks, sorry I go a little overboard sometimes with my gifs.
properties (22)
post_id26,756,818
authornathenial
permlinkre-phedizzle-re-nathenial-advanced-image-layout-tutorial-20180120t042035467z
categorymarketing
json_metadata"{"app": "steemit/0.1", "tags": ["marketing"]}"
created2018-01-20 04:20:33
last_update2018-01-20 04:20:33
depth2
children0
net_rshares0
last_payout2018-01-27 04:20:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length61
author_reputation2,171,034,208,886
root_title"Advanced Image Layout Tutorial"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@alice-is ·
REALLY useful - it hadn't even occurred to me stuff like this is possible... excited to play with this! thank you!
👍  
properties (23)
post_id26,797,357
authoralice-is
permlinkre-nathenial-advanced-image-layout-tutorial-20180120t093735810z
categorymarketing
json_metadata"{"app": "steemit/0.1", "tags": ["marketing"]}"
created2018-01-20 09:37:36
last_update2018-01-20 09:37:36
depth1
children0
net_rshares328,605,709
last_payout2018-01-27 09:37:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length114
author_reputation459,433,037,961
root_title"Advanced Image Layout Tutorial"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@moriartyroue ·
Great work mate ;) especially the last one with the links will fit for my next posts!
👍  
properties (23)
post_id26,826,695
authormoriartyroue
permlinkre-nathenial-advanced-image-layout-tutorial-20180120t130307936z
categorymarketing
json_metadata"{"app": "steemit/0.1", "tags": ["marketing"]}"
created2018-01-20 13:03:06
last_update2018-01-20 13:03:06
depth1
children0
net_rshares335,381,084
last_payout2018-01-27 13:03:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length85
author_reputation398,107,170,553
root_title"Advanced Image Layout Tutorial"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@minismallholding ·
Thanks, bit by bit I will get this. 
Is this markdown or html being used?
properties (22)
post_id26,949,191
authorminismallholding
permlinkre-nathenial-advanced-image-layout-tutorial-20180121t023333283z
categorymarketing
json_metadata"{"app": "steemit/0.1", "tags": ["marketing"]}"
created2018-01-21 02:33:33
last_update2018-01-21 02:33:33
depth1
children0
net_rshares0
last_payout2018-01-28 02:33:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length73
author_reputation83,817,235,636,416
root_title"Advanced Image Layout Tutorial"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000