This is a test blog page where we can explore how to embedd images in the blog.
Image example 1
Here, I will embedd image from local assets which goes into assets
directory in project’s root
directory. Choose a specific image, related to particular post. I chose to name the image test-page-image-1.jpg
, which I will embedd as:
![my alternate text](/assets/test-page-image-1.jpg);
;
Ofcourse, you can load images from web as well. Just point to image direct URL. For ex, here is one placeholder image:
![my alternate text](http://lorempixel.com/400/200);
;
One cool thing about this is the fact that images adapt themselves to the screen size of device. Try to resize your browser window and check for yourself, Have fun.