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

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -