Forum Replies Created
-
AuthorPosts
-
Its beaufort.rubiq.cz. Ideally it would be Image – text – image – text etc
I’m interested in the solution as well..
Thanks, I was able to make them 100% height by using the Jquery you posted in https://kriesi.at/support/topic/enfold-grid-row-element-set-minimum-height-of-100-browser-height/
One last problem – on page http://beaufort.rubiq.cz/?page_id=163#kde-nas-najdete – the last cell where there is a google map in cell – I’d need that fullheight too.
Also when on mobile – the images have very small height and there are 2 images right next to each other – ie IMAGE>text>IMAGE>IMAGE>text>text>IMAGE>IMAGE is it possible to be criss cross ie- Image>Text>Image>Text>Image>Text
- This reply was modified 9 years, 2 months ago by bahamencz.
What is optimal result is when you’d add this css to class avia_image
object-fit: cover;
height: xxx px;
width: xxx px;Where xxx is the resolution of the 1/2
- This reply was modified 9 years, 2 months ago by bahamencz.
Adding:
main.template-page.content.av-content-full.alpha.units {
padding: 0;
}.post-entry {
height: 100%;
}.entry-content-wrapper.clearfix {
height: 100%;
}.av_one_half {
height: 100%;
}section.av_textblock_section {
position: relative;
/* transform: translateY(-50%); */
transform: translateY(-50%);
top: 50%;
}.avia-image-container.av-styling-.avia-builder-el-2.avia-builder-el-no-sibling.avia-align- {
height: 100%;
}.avia-image-container-inner {
height: 100%;
}I have achieved what it looks like now – still need to fill the container with the image.
In private content I’m sending a link to site – the 1st slide I’d need that image to take 100% of height and width of the 1/2
This setup is 1 color section with two 1/2s
I was able to achieve how it looks like by setting CSS:
.container {padding: 0px;}
div .av_one_half {margin-left:0%;width: 50%;}But would need the image to be like zoomed in over the 1/2
- This reply was modified 9 years, 2 months ago by bahamencz.
Hello no…let me try to explain it.
In masonry grid I can tag the boxes with landscape , portrait or both to create portfolio items in a masonry layout that are double width/double height or both when used in the layout.
This means 1×1 box will change to 2×1 with landscape, or 1×2 with portrait or 2×2 with both tags.
What I want to achieve is to have the box 4×2 the size – as if I applied the landscape tag twice.
-
AuthorPosts