• Resolved Travelographer

    (@travelographer)


    Hey guys!

    Since the wordpress 4.4 update the dazzling theme shows blurry images in the slider.

    This bug occurs also on your demo website.

    Regards
    Christian

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi Christian,

    Sorry to hear of the problem you are having.

    It seems the issue is caused by WordPress update.

    To resolve the issue could you please try using the small plugin attached to the following reply?

    https://colorlib.com/wp/forums/topic/support-request-sliders-images-quality-loss/#post-38360

    Best Regards,
    Movin

    Thread Starter Travelographer

    (@travelographer)

    Hi Movin,

    thanks for your link.

    I’ve already solved the bug by adding this code in my functions.php

    function filter_max_srcset( $max_width, $size_array ) {
        if ( $size_array[0] === 1920 ) {
           $max_width = 1920;
        }
        return $max_width;
    }
    add_filter( 'max_srcset_image_width', 'filter_max_srcset', 10, 2 );

    Hi Christian,

    Awesome great to see you got that solved. We’ll resole the issue in the future version of the theme.

    Please advise if you have more questions.

    Have a fantastic day!

    Cheers,
    Movin

    Thread Starter Travelographer

    (@travelographer)

    Hey Movin,

    thanks for your reply.

    I still have some bug regarding the resolution.

    Watching my website (https://www.travelography.de) on a tablet leads to different resolution bugs:

    1. Really tiny slider images and non clickable content
    2. Blurred images in the article section

    It also seems to be a problem of the wp 4.4 update because it occurs on your demo site as well.

    Cheers
    Christian

    Free WP TP

    (@freewptp)

    Could you please share me the screenshots of it by uploading the screenshot on any image sharing website like https://imgur.com/ and sharing its unique URL here.

    You can also use https://www.responsinator.com/ to test it and take screenshots.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Bug] Blurry images in slider’ is closed to new replies.