• Resolved natasha006

    (@natasha006)


    Hello and thanks for this great and useful plugin.

    it’s possible to put or force title to be right or left the feature image?

    Thanks

Viewing 2 replies - 16 through 17 (of 17 total)
  • Plugin Author Tom

    (@edge22)

    Try adding this to fix the mobile issue:

    @media (max-width: 767px) {
        .wp-show-posts-image.wpsp-image-left {
            float: left;
            margin-right: 1.5em;
        }
    }

    The image quality would have to come from the image itself. The only way the plugin could decrease image quality is if it was resizing them up.

    Thread Starter natasha006

    (@natasha006)

    NO NO NO, it’s feasible!

    I added this CSS code and so now i have feature image with highest quality and desired size. also quality is customizable from setting.

    .wp-show-posts img {
    width: 130px;
    height: 73px;
    }

    Thanks

    • This reply was modified 6 years ago by natasha006.
Viewing 2 replies - 16 through 17 (of 17 total)
  • The topic ‘force title to right or left images’ is closed to new replies.