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!
First of all, thanks for creating this script. It was very easy to get up and running!
I am trying to responsively adjust the mosaic.
On the desktop, I have 16 images taking up 2 rows with a max row height of 500.
$('#mosaic').Mosaic({ maxRows: 2, maxRowHeight: 500, outerMargin: 0, innerGap: 0, maxItemsToShowWhenResponsiveThresholdSurpassed: 8 });
The result for me on a mobile device is two rows of very large images.
Is it possible to set a responsive row height?
Thanks again!
The text was updated successfully, but these errors were encountered:
Any suggestions?
This site went live and the client's feedback was "why are there to large images in the gallery"
Sorry, something went wrong.
No branches or pull requests
Hello!
First of all, thanks for creating this script. It was very easy to get up and running!
I am trying to responsively adjust the mosaic.
On the desktop, I have 16 images taking up 2 rows with a max row height of 500.
The result for me on a mobile device is two rows of very large images.
Is it possible to set a responsive row height?
Thanks again!
The text was updated successfully, but these errors were encountered: