Viewing 7 replies - 1 through 7 (of 7 total)
  • Thank you for reporting this. We are working on a more permenant solution. In the mean time could you try adding this to the custom CSS?

    @media (max-width: 770px) {
        .wph-modal header+section .wph-modal--image {
            max-height: 120px !important;
        }
        .wph-modal .wph-modal--image img {
            width: 100% !important;
            max-width: 100%;
            height: 100% !important;
            max-height: 100%;
        }
    }

    Let me know how that works for you.

    Thread Starter chrischee18

    (@chrischee18)

    Hi jdailey.

    After adding the CSS code you gave me, it now looks like this on mobile.

    View post on imgur.com


    • This reply was modified 7 years, 6 months ago by chrischee18.

    Thank you for the feedback. I had the developer work up a beta for you. Delete your current install of Hustle and install this version. Be sure and remove the custom CSS and clear your cache. This should center the image and help with the way it is being processed. Let me know how it goes.

    Thread Starter chrischee18

    (@chrischee18)

    Hi jdailey.

    Here’s how it looks like now.

    View post on imgur.com


    I’m wondering.. why shave off the upper and lower portions instead of showing a resized full pic?

    • This reply was modified 7 years, 6 months ago by chrischee18.

    Thank you for your help. Currently, Hustle uses the image size to control scalling. We are working on a more versatile option that will let users select scale by size or how the image is cropped for a future release.

    In the meantime try this css to hold the shape.

    @media (max-width: 770px) {
        .wph-modal .wph-modal--image {
            flex: 0;
            max-height: none !important;
        }
        .wph-modal .wph-modal--image img {
            height: auto !important;
        }
    }

    Let me know how it goes!

    Thread Starter chrischee18

    (@chrischee18)

    Hi jdailey.

    I am currently using the custom content feature of Hustle to prompt users with adblock to consider unblocking my site.

    So it is set to trigger a pop up notice when it detects adblock.

    However, when an user without adblock visits, it serves an unexitable pop up ad instead.

    Why is that happening?

    =(

    View post on imgur.com


    • This reply was modified 7 years, 6 months ago by chrischee18.

    So sorry for the long delay! I responded to the second issue here: https://www.ads-software.com/support/topic/unwanted-pop-up-ads-showing/

    I am going to mark this ticket as resolved as to not confuse the threads.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Custom Content Images Not responsive On Mobile’ is closed to new replies.