Question Height, preview

Meer
3 jaren 4 maanden geleden #1875 door Andrei Sh
Height, preview werd gestart door Andrei Sh
Hello Is it possible to make it so that there was not only "previewwidth", but also "previewheight".

For layout = "boxed", the plugin processes images by cropping them in height.

For layout = "flexbox" not auto-crop to height? Only setting the preview width?
Because of this, the pictures in one line jump, steps are formed, which is not beautiful if the sizes of the pictures are very different.

Could you complete the functionality so that for layout = "flexbox" there is an option to crop the photo by height (with the option to crop from the center, from the top, etc.)

Graag Inloggen deelnemen aan het gesprek.

Meer
3 jaren 4 maanden geleden #1878 door Ruud van Lent
Beantwoord door Ruud van Lent in topic Height, preview
Hi you can do that with the following css, you need to 'experiment' to get the value that best fits your need:
Code:
.gallery-container.flexbox img { max-height: 100px; }

could you give that a try?

Graag Inloggen deelnemen aan het gesprek.

Meer
3 jaren 4 maanden geleden - 3 jaren 4 maanden geleden #1881 door Andrei Sh
Beantwoord door Andrei Sh in topic Height, preview
Good result for:
layout="flexbox" previewwidth="100"


div.image img {
object-fit: cover;
    width: 100%;
    height: 85%;
}
div.image  {
    width: 100px;
    height: 100px;
}
Laatst bewerkt 3 jaren 4 maanden geleden door Andrei Sh.

Graag Inloggen deelnemen aan het gesprek.

Meer
3 jaren 4 maanden geleden #1882 door Ruud van Lent
Beantwoord door Ruud van Lent in topic Height, preview
Cool,

see how simple yet powerfull this plugin is :) (almost) anything is possible.

Graag Inloggen deelnemen aan het gesprek.