Problems with landscape images for theme?

Hi and thanks for this lovely theme.

I chose Pinbin for the use of images and because it’s responsive.

My homepage works fine, but today I realized that, on mobile phones, the theme does adjust the width of images with portrait orientation in posts, but landscape images are often not adjusted.

Am I missing something?

Try adding this at the end of style.css to see if it works:

.alignnone.size-large {
    max-width: 100%;
    height: auto;
}

It worked! Thanks a lot for your prompt reply!

Aigars there are lots of these little fixes scattered through the forum. Do you apply these into the theme and update it on Git or should we add them until new release ? Is there likely to be a new release?