I discovered a coding omission in the CSS file of Version 4. This omission affects how images resize in response to screen size (responsive design). If you have already downloaded Version 4, please download the current version and swap out the CSS files. OR, you can edit the following line of code in CSS by adding height: auto; to .content img
.content img {
max-width: 100%;
height: auto;
}
I also removed some redundancies, and changed the font color for the <code> tag.