Introduction

This theme supports two types of images:

  • inline images 后面这一串都是图片 : Battery Widget
![Battery Widget]({{ site.url | append:site.baseurl }}/images/batWid1.png)
  • centered images with caption (optionally):

screenshotiPhone 5 landscape

![screenshot]({{ site.baseurl | prepend:site.url}}/images/iphone_landscape.PNG){: .center-image }*iPhone 5 landscape*

You can apply your own styles to image by creating css class with style:

.custom-image
{
// your style
}

And then applying your style just after the image in curly brackets with colon:

[!image](path to image){:.custom-image}