bogoli/-folio

Image insertion

imkaywu opened this issue · 3 comments

I found that the origin line in markdown doesn't work so well
![drawing](drawing.jpg)

and if I use

<div class="img_row">
	<img class="col two" src="/assets/img/research/transform/right2left.png">
</div>

some parts of the image is cut off.

I was wondering if there is any resizing issue with the image.

The images don't get resized, they're cropped to fit the template.

Is there a way to resize the image instead, which files should I change? thanks.

You'll want to edit the SASS files.
_layout.scss contains the code for the images. You might want to start by removing the line overflow:hidden; in the img_row class.