Tagged: ,

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

    Hi
    Image already using max space of the container . On the page you can see the max width of image size is less then the container size so it not using full container width .
    Here > > > http://prntscr.com/awgfj7
    You need to use a big size image to fill the full space .
    At present image original width : 720px
    Container max width is : 860px

    mariasedneva Friend
    #922455

    )) fun answer…
    Guys I knew very well how to use images sizes to better fit it if need but here I asked you about another – I need ANY images smaller size than blog container will auto fit to it 100% by width. Or your "best" solution is what you wrote above?? We’ll have a lot of articles in future and its extremely inconvenient method you’re advised.
    PS. We have experience with other template developers and it wasn’t a problem)

    Pankaj Sharma Moderator
    #922456

    Hi
    the best solution is use same size of images of the container or slightly bigger . Becuase small size images stretch depend on the image size .
    You can add below code in custom.css file to make images 100% width

    .item-image img {
        width: 100%;
    }
    mariasedneva Friend
    #923136

    Thanks, its done)

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

This topic contains 4 replies, has 2 voices, and was last updated by  mariasedneva 8 years, 7 months ago.

The topic ‘Auto fullwidth for intro images in blog’ is closed to new replies.