Support Team
posted this
10 December 2019
1) Do you mean photos that open in the lightbox?
You can change the code to this:
.bd-lightbox .lightbox-image {
max-width: 700px!important;
}
This would ensure that the images width is not bigger than 700px. As for their height, it depends on the original proportions of the images. If they are square to begin with, then their height would be adjusted to same value as width.
2) What transition do you mean exactly?
Gina
Themler Support
1) Do you mean photos that open in the lightbox?
You can change the code to this:
.bd-lightbox .lightbox-image {
max-width: 700px!important;
}
This would ensure that the images width is not bigger than 700px. As for their height, it depends on the original proportions of the images. If they are square to begin with, then their height would be adjusted to same value as width.
2) What transition do you mean exactly?
Gina
Themler Support