You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, what you have done is amazing!!!
But here is a problem... A problem already been discussed, but no official way to fix it.
The workaround of jeroenpx does not work (it cuts the galleria, if the wanted size is smaller than the contained images).
I really appreciate if you could find a way to fix this problem.
Currently, i'm doing this:
panel_width: $('#container').width() - 115,
115 is not accurate.
Best regards,
ph-sl
The text was updated successfully, but these errors were encountered:
Are you still having trouble setting up the responsive GalleryView?
I know it is not very easy to setup the responsive GalleryView and maybe when I have time I write some extra code to make it as easy as setting the width as a percentage.
For the moment it is a bit more complex, but you can make the width scale to a certain percentage of a container.
Hi there,
First, what you have done is amazing!!!
But here is a problem... A problem already been discussed, but no official way to fix it.
The workaround of jeroenpx does not work (it cuts the galleria, if the wanted size is smaller than the contained images).
I really appreciate if you could find a way to fix this problem.
Currently, i'm doing this:
panel_width: $('#container').width() - 115,
115 is not accurate.
Best regards,
ph-sl
The text was updated successfully, but these errors were encountered: