Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #692930

    How can we have a responsive image size for the Testimonial image with rectangular shape. I want to use logo for the image and the shape should be rectangular with auto size.

    Thank you

    #693118

    Hey ruksharkhan!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia-testimonial-image img, .avia-testimonial-image {
        border-radius: 0;
    }

    Regards,
    Yigit

    #694479

    Hello Yigit,

    I tried your settings, IC an get squarer/rectangle image, but the sides of the image get clipped

    How can I have full rectangular image??

    • This reply was modified 7 years, 6 months ago by ruksharkhan.
    #694501

    Hi,

    Try the following:
    1. Install this plugin: https://wordpress.org/plugins/simple-image-sizes/
    2. Go to Settings > Media
    3. Change the square image size (increase its width / height).
    4. Regenerate the thumbnails by clicking the button at the bottom.

    Best regards,
    Yigit

    #694555

    Hello again,

    I still get the image clipped and image container does not increase.
    please have a look at the link below.

    #695078

    Hi,

    According to this site – http://downforeveryoneorjustme.com/ your website is not down however it does not load on my end. I asked my teammates to check your website. Please kindly wait to hear from them.

    Best regards,
    Yigit

    #695206

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .avia-testimonial-image img {
    max-height: 80px;
    } 

     

    Best regards,
    Vinay

    #695247

    Hi Vinay,

    my current Quick CSS entry is at the moment is as follows:

    .avia-testimonial-image img, .avia-testimonial-image {
    border-radius: 0;
    width: 200px;
    height: 100px;
    }

    And this gives the square image.
    where do I place your suggestion? can you be more specific? thank you.

    #695358

    Hi,

    Please add the code at the bottom of the Quick CSS section.

    Best regards,
    Vinay

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.