Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #1065137

    Hi
    The slideshow images work as the background and text is showing over this image.
    In mobile if you will set the image as 100% width it will resize well but the text and heading does not appear over image as its size will be responsive.
    Here is code you can add in cusotm.css file to override it

    @media (max-width: 767px)
    {
    .acm-slideshow .owl-carousel .item .img-bg {
        max-height: 100%!important;
        max-width: 100%;
    }}

    Regards

    acumedwilliam Friend
    #1065302

    Sorry that what I mean is the "full article image" can not resize, only it length can resize but it height keep constant, and image would stretch. I add you code into custom.css, but the situation keeps same.

    Could you help for it again? thx

    Pankaj Sharma Moderator
    #1065387

    Hi
    use this code to set height as auto

    @media (max-width: 767px)
    {
    .acm-slideshow .owl-carousel .item .img-bg {
        max-height: 100%!important;
        max-width: 100%;
    height:auto;
    }}

    Regards

    acumedwilliam Friend
    #1065425

    Thanks for your help, but my question is picture "full article image" in the article can not resize, Not the slide image.


    1. thumbnail
    Pankaj Sharma Moderator
    #1065434

    Hi
    You are using a 3rd party extension that added a fixed width and height property for the image.
    Kindly disable the extension and check the image again.
    Regards

    acumedwilliam Friend
    #1065463

    Try to settle it, thx for your advice.

Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 2 voices, and was last updated by  acumedwilliam 7 years, 1 month ago.

The topic ‘Image resize problem’ is closed to new replies.