Archived topic
full width image problem
4 replies · Started by marcel on August 11, 2015
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
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%;
}
ok!in this video work. ?https://generatepress.com/downloads/generate-page-header/ ??
review and works well !
leave this option checked
Use image (from image tab) as a background image? - YES
thanks!!
You're welcome :)
I'll be adding an option to make the image full width soon as well!
