Closed (fixed)
Project:
Bootstrap Basic Image Gallery
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
19 Jul 2018 at 17:46 UTC
Updated:
16 Jul 2020 at 22:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
ibexy commented+1
Comment #3
xem8vfdh commentedThis options does exist "Thumbnails Per Row" when applying the Gallery to a view image field. However, it doesn't seem to work properly for me.
set to 3: displays 3
set to 4: displays 3
set to 5: displays 2
set to 6: displays 2
set to 7+: displays 1
Comment #4
mlzr+1 also in my case.
Comment #5
daniel.moberly commentedYea, the way this was working was ugly with the CSS widths hardcoded (would only allow up to 10) - it was calculating columns in the incorrect way also. Attaching patch to fix issue and make this dynamic.
Comment #7
daniel.moberly commented