Good work. I have been struggling with this image upload function since day 1 and I always ended up doing this for every image:
1. check the actual image dimension
2. open html pop up
3. enter manually the dimension
This saves the day. I vote for this to go into the next WP revision.
The main idea here is to show how one can create a new template instead of trying to customize the existing page. There are 2 ways to integrate them both,
1. Insert a small code snippet and rename HTML to PHP
2. Configure web server to process HTML as an active script
The article focuses on #1 as not many will have absolute control over the web server configuration.
Nonetheless, I suppose “How to create new template” could have been a more appropriate title. Thx for the feedback.