Viewing 1 replies (of 1 total)
  • Thread Starter nathoudu38

    (@nathoudu38)

    Resolved :
    In templates\slider-page.php
    edit :
    $url = wp_get_attachment_url( get_post_thumbnail_id($v->post_id) );
    replace by :
    $url = wp_get_attachment_image_src( get_post_thumbnail_id($v->post_id), 'medium' ); $url = $url[0];

Viewing 1 replies (of 1 total)
  • The topic ‘Use thumbnails (small) in the carousel rather than the original image (large)’ is closed to new replies.