We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hello i would like to fit every image to fullscreen.
this is working when the resolution of an image is higher than the monitor resolution.
but it does not work when the image resolution is smaller than the monitor.
of course i want to keep the aspect ratio of the image.
so either it is edge to edge vertical or horizontal.
at the moment an image with lower resolution is centered in the middle:
image scale fit like this does not work for me.
imageScaleMethod: "fit",
Does someone know how to solve this?
The text was updated successfully, but these errors were encountered:
i think it is a problem with the theme of my photo gallery software. photoswipe is not the problem.
gallery software: piwigo piwigo theme: piwigo-bootstrap-darkroom
Sorry, something went wrong.
barsSize: { top: 0, bottom: 0 }, // set image distance of top and bottom in options params
@xikeqian yes, thanks for the hint. I added this setting to the options in the piwigo theme.
Piwigo/piwigo-bootstrap-darkroom#253
No branches or pull requests
hello i would like to fit every image to fullscreen.
this is working when the resolution of an image is higher than the monitor resolution.
but it does not work when the image resolution is smaller than the monitor.
of course i want to keep the aspect ratio of the image.
so either it is edge to edge vertical or horizontal.
at the moment an image with lower resolution is centered in the middle:
image scale fit like this does not work for me.
Does someone know how to solve this?
The text was updated successfully, but these errors were encountered: