javascript - overlaying text on image with flickity? -



javascript - overlaying text on image with flickity? -

using flickity, how overlay vertically , horizontally aligned text on images?

here jade:

.gallery .cell h2 1 img(src="01.jpg") .cell h2 2 img(src="02.jpg") .cell h2 3 img(src="03.jpg")

and js:

$(document).ready(function(){ $('.gallery').flickity({ autoplay: 3000, prevnextbuttons: false }); });

i tried this sec , 3rd images appear shrunk. clues?

javascript css

Comments

Popular posts from this blog

Using Android Volley to post an array to PHP -

python - How to add an model instance to a django queryset? -

angularjs - No 'Access-Control-Allow-Origin' error from local domain to public API -