• Resolved jamesdeluk

    (@jamesdeluk)


    The plugin seems to load the full-resolution featured image, which in some cases can be very big! Is it possible to direct it to an alternate, low-res image instead? I want a large image for the post itself, but this plugin only needs a tiny one.

    Thanks!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello,

    Right now we have added FULL image. Let us checkout the plugin and update it where you can select the image size 🙂

    Hello,

    Please update plugin to v1.3.4 : Added new shortcode parameter ie media_size=”full” where you can use values : thumbnail, medium, medium_large, large and full

    If you like our plugin and support, please provide us your rating and review 🙂

    NOTE : if you are using media_size : thumbnail OR medium OR medium_large, then please use the following css and add in under custom css section.

    .recent-post-slider .post-image-bg img {
        height: auto !important;
        width: 100% !important;
        object-fit: unset !important;
       }
    Thread Starter jamesdeluk

    (@jamesdeluk)

    This is amazing, thank you so much!

    If you like our support and plugin please share your review and rating for this plugin.

    Does this work also with carousels? I have added media_size=”medium” but the plugin still serves full size images. My version is 1.3.5.

    Hello @anssibalk,

    I think you are using Pro version. If yes then please create a support ticket from your account.

    I have just test with FREE version :

    [recent_post_slider design="design-1" recent_post_slider media_size="thumbnail"]

    and its working fine 🙂

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Image size’ is closed to new replies.