• Hello, I use the shortode for the carousel, but the Images are blurry. I tried different height sizes for the carousel, but this is no solution. The images are all 1920×1080 and in lightbox the are not blurry. Can you help?
    Is there also a possibility to show the images in the carousel in greyscale and on hover or lightbox coloured as they are?

    This is the Site:
    https://jumbo-roadshow-mobile.com/JRM2017/spezialfahrzeuge/

    THX!

    • This topic was modified 7 years, 11 months ago by mheim.
Viewing 4 replies - 1 through 4 (of 4 total)
  • I have not tried this myself, but you can try add this to your theme’s functions.php:

    /** JPEG Image Quality Filter */
    add_filter( 'jpeg_quality', 'my_jpeg_quality' );
    function my_jpeg_quality( $arg ) {
        return 100;
    }
    • This reply was modified 7 years, 10 months ago by murray654.
    Thread Starter mheim

    (@mheim)

    THX for this solution. Meanwhile I took a different way, but I will try it. ;o)

    Even I struggle with this issue. Developers please help

    The above code did not help

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘carousel images are blurry’ is closed to new replies.