Skip to content Skip to sidebar Skip to footer

Typeahead.js And Image Thumbnails

Using Twitter Typeahead.js (https://twitter.github.io/typeahead.js/examples/) on localhost XAMPP, all working great apart from one thing. I can't get image thumbnails to appear in

Solution 1:

I have since managed to get this to work.

I had to create a field in my sql db to hold the images, then create a folder in my root directory. upload all of the images there, and reference these images in my sql table field.

Once this was done the images appeared as expected.

Hope it helps.

Post a Comment for "Typeahead.js And Image Thumbnails"