Closed adampatterson closed 1 year ago
I ended up loading the files individually.
Hi @adampatterson,
I also import it individually:
import Gallery from 'blueimp-gallery';
import 'blueimp-gallery/js/blueimp-gallery-indicator';
And inside your options-object, you can specify more options:
indicatorContainer: 'ol',
thumbnailProperty: 'thumbnail',
thumbnailIndicators: true,
I think this issue can be closed 👍
I loaded the script through NPM and am importing blueimp like so
import blueimp, from 'blueimp-gallery'
My config looks like this.
I am not sure how to get the indicators to work. The examples show loading a separate file for the indicators.
I see
indicatorOptions
but don't see how they apply to the options.If it's possible can I get an example? Otherwise, I will probably use a CDN for the files as I don't want to upload the NPM folder.
Thanks for the help!