Question Height, preview
- Andrei Sh
-
Onderwerp Auteur
- Offline
Minder
Meer
- Berichten: 10
- Ontvangen bedankjes 0
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.)
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.
- Ruud van Lent
-
- Offline
Minder
Meer
- Berichten: 1690
- Ontvangen bedankjes 108
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:
could you give that a try?
Code:
.gallery-container.flexbox img { max-height: 100px; }
could you give that a try?
Graag Inloggen deelnemen aan het gesprek.
- Andrei Sh
-
Onderwerp Auteur
- Offline
Minder
Meer
- Berichten: 10
- Ontvangen bedankjes 0
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;
}
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.
- Ruud van Lent
-
- Offline
Minder
Meer
- Berichten: 1690
- Ontvangen bedankjes 108
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.
see how simple yet powerfull this plugin is

Graag Inloggen deelnemen aan het gesprek.