• Resolved cblack47

    (@cblack47)


    My client uploads the photos at 1024px wide. I have the Large Media size defined at 768px wide. How can I choose the Large size instead of Full for the Slider ?

    Thanks,
    Christina Black

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author FARAZFRANK

    (@farazfrank)

    Hi Christina,

    Was the plugin was working before without any error?
    Did you recently updated the plugin version?
    Do you know the last plugin version you was using?

    These question will help me to investigate the issue.

    —–

    I think some of your slider not working on your website. Maybe these slider was created in old version of plugin.

    The best way to fix the old slider is, edit those slider and re-add the images into them again and update once.

    —–

    To load the Large size of the image as slide follow the below instructions:

    Plugin Version: 3.5.4

    File Name: ultimate-responsive-image-slider/layout.php

    Code Line Number: 231

    Code to Change:

    
    $slide_src = wp_get_attachment_image_src($slide_id, 'full', true); // return is array full image URL
    

    Change full to large in the above line.

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘want to choose “large” photo size’ is closed to new replies.