Raymond Verbruggen

Results 80 comments of Raymond Verbruggen

@JanAckermann why is this closed? No solutions?

Hopefully this item will be picked up...

Hello! Could you take a look at my question please?

Thanks for the fast response! Yes! The control buttons are back. Thank you very much. How did you fix it?

Okay via this I presume? ``` .blueimp-gallery-controls { h3.title, a.prev, a.next, a.close { color: white !important; } } ```

There is a similar component like yours; [vue-gallery](https://github.com/RobinCK/vue-gallery) which you can instruct to open the lightbox just for one image. That is done using the "index" property. So in my...

Clear, thank you. You are fast! :) I hope you have a solution to my previous question, I like your control very much!

Please look at http://test.xplorex.eu at the bottom. In that project I use the other `` component. The component is placed somewhere in the document, index is set to null. So...

Sorry that I was not clear explaining myself. Your component differs from the `` component. You display a gallery and when clicked one element of the gallery it shows in...

I think I found the responsive issue, maybe it is caused by this; ``` .image-container { display: table-cell; vertical-align: middle; height: 120px; background-color: black; img{ width: 160px; display: block; vertical-align:...