Site logo

[Resolved] full width image problem

Home Forums Support [Resolved] full width image problem

Home Forums Support full width image problem

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #128437
    marcel

    hey !
    buy your plugin is fantastic .
    In a page I put an image I want to be fullwidth and so this setting . Container type fluid but not working .
    http://demos.ensamble.com.uy/1/sample-page/

    ideas ?

    the picture really is much bigger
    http://demos.ensamble.com.uy/1/wp-content/uploads/2015/05/home-imagen.jpg

    #128475
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    I really need to add an option to make regular images full width – currently you can only do this with content/background images.

    For now, you can accomplish this with some simple CSS:

    .page-header-image.grid-container {
          max-width: 100%;
    }
    
    .page-header-image img {
          width: 100%;
    }
    #128511
    marcel
    #128514
    marcel

    review and works well !
    leave this option checked
    Use image (from image tab) as a background image? – YES

    thanks!!

    #128535
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

    I’ll be adding an option to make the image full width soon as well!

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