Question

I've build a sort of portfolio using Isotope and Jquery but I don't know how to put text on my pictures without destroying all the isotope portfolio.

I've tried a lot of thing : using position:relative for the pictures and position:absolute for the text but it doesn't work. What should I do ?

Thank you.

Was it helpful?

Solution

I know this problem and it happened to me. You can use HTML5 Tag which is figcaption. After using figcaption tag you can figure it via CSS.

<figcaption>example</figcaption>
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top