Re: [Rails] adding descriptions to images displayed in bluimp image gallery

2016-03-02 Thread Matt Jones
On Tuesday, 1 March 2016 18:07:51 UTC-5, fugee ohu wrote: > > > > On Monday, February 29, 2016 at 9:22:55 PM UTC-5, Walter Lee Davis wrote: >> >> >> > On Feb 29, 2016, at 8:39 PM, fugee ohu wrote: >> > >> > >> > >> > On Monday, February 29, 2016 at 9:39:28 AM UTC-5, Walter Lee Davis >> wrot

Re: [Rails] adding descriptions to images displayed in bluimp image gallery

2016-03-01 Thread fugee ohu
On Monday, February 29, 2016 at 9:22:55 PM UTC-5, Walter Lee Davis wrote: > > > > On Feb 29, 2016, at 8:39 PM, fugee ohu > > wrote: > > > > > > > > On Monday, February 29, 2016 at 9:39:28 AM UTC-5, Walter Lee Davis > wrote: > > > > > On Feb 28, 2016, at 7:24 PM, fugee ohu wrote: > > >

Re: [Rails] adding descriptions to images displayed in bluimp image gallery

2016-02-29 Thread fugee ohu
On Monday, February 29, 2016 at 9:22:55 PM UTC-5, Walter Lee Davis wrote: > > > > On Feb 29, 2016, at 8:39 PM, fugee ohu > > wrote: > > > > > > > > On Monday, February 29, 2016 at 9:39:28 AM UTC-5, Walter Lee Davis > wrote: > > > > > On Feb 28, 2016, at 7:24 PM, fugee ohu wrote: > > >

Re: [Rails] adding descriptions to images displayed in bluimp image gallery

2016-02-29 Thread Walter Lee Davis
> On Feb 29, 2016, at 8:39 PM, fugee ohu wrote: > > > > On Monday, February 29, 2016 at 9:39:28 AM UTC-5, Walter Lee Davis wrote: > > > On Feb 28, 2016, at 7:24 PM, fugee ohu wrote: > > > > > > > [snip] > > > > Here's the code they provide, I tried but it doesn't have any effect so >

Re: [Rails] adding descriptions to images displayed in bluimp image gallery

2016-02-29 Thread fugee ohu
On Monday, February 29, 2016 at 9:39:28 AM UTC-5, Walter Lee Davis wrote: > > > > On Feb 28, 2016, at 7:24 PM, fugee ohu > > wrote: > > > > > > > [snip] > > > > Here's the code they provide, I tried but it doesn't have any effect > so far > > > > > > blueimp.Gallery( > > > documen

Re: [Rails] adding descriptions to images displayed in bluimp image gallery

2016-02-29 Thread Walter Lee Davis
> On Feb 28, 2016, at 7:24 PM, fugee ohu wrote: > > > [snip] > > Here's the code they provide, I tried but it doesn't have any effect so > > far > > > > blueimp.Gallery( > > document.getElementById('links'), > > { > > onslide: function (index, slide) { > >

Re: [Rails] adding descriptions to images displayed in bluimp image gallery

2016-02-28 Thread fugee ohu
On Sunday, February 28, 2016 at 3:01:35 PM UTC-5, Walter Lee Davis wrote: > > > > On Feb 28, 2016, at 12:36 PM, fugee ohu > > wrote: > > > > > > > > On Sunday, February 28, 2016 at 8:51:51 AM UTC-5, Colin Law wrote: > > On 28 February 2016 at 11:44, fugee ohu wrote: > > > Why is adding de

Re: [Rails] adding descriptions to images displayed in bluimp image gallery

2016-02-28 Thread Walter Lee Davis
> On Feb 28, 2016, at 12:36 PM, fugee ohu wrote: > > > > On Sunday, February 28, 2016 at 8:51:51 AM UTC-5, Colin Law wrote: > On 28 February 2016 at 11:44, fugee ohu wrote: > > Why is adding descriptions a whole javascript task in bluimp image gallery > > Couldn't the author have worked it

Re: [Rails] adding descriptions to images displayed in bluimp image gallery

2016-02-28 Thread fugee ohu
On Sunday, February 28, 2016 at 8:51:51 AM UTC-5, Colin Law wrote: > > On 28 February 2016 at 11:44, fugee ohu > > wrote: > > Why is adding descriptions a whole javascript task in bluimp image > gallery > > Couldn't the author have worked it out so that all I'd have to do is > provide > > t

Re: [Rails] adding descriptions to images displayed in bluimp image gallery

2016-02-28 Thread fugee ohu
On Sunday, February 28, 2016 at 8:51:51 AM UTC-5, Colin Law wrote: > > On 28 February 2016 at 11:44, fugee ohu > > wrote: > > Why is adding descriptions a whole javascript task in bluimp image > gallery > > Couldn't the author have worked it out so that all I'd have to do is > provide > > t

Re: [Rails] adding descriptions to images displayed in bluimp image gallery

2016-02-28 Thread fugee ohu
Why's it great ? I might agree but I'm beginning to ask myself what I needed it for in the first place I could have loaded another page to display images with captions or whatever i want What do i need them displayed in javascript for anyway Can you tell me what makes bluimp image gallery a bet

Re: [Rails] adding descriptions to images displayed in bluimp image gallery

2016-02-28 Thread Colin Law
On 28 February 2016 at 11:44, fugee ohu wrote: > Why is adding descriptions a whole javascript task in bluimp image gallery > Couldn't the author have worked it out so that all I'd have to do is provide > the descriptions in the html They provide a data-description option to use > in my html ancho

[Rails] adding descriptions to images displayed in bluimp image gallery

2016-02-28 Thread fugee ohu
Why is adding descriptions a whole javascript task in bluimp image gallery Couldn't the author have worked it out so that all I'd have to do is provide the descriptions in the html They provide a data-description option to use in my html anchor containers but that doesn't do anything by itself