html - Left aligned caption for center aligned responsive image part 2 -
@partypete25 , whoever else may can help!
thanks for:
left aligned caption center aligned responsive image
and
https://jsfiddle.net/mk7on98l/19/
it's working me well! cannot seem have multiple lines of text underneath image. tried use br , add more lines of text errors out. suggestions on multiple lines of text br @ end of each line of text? thanks!
i'm trying use this:
<div class="container"> <div class="row"> <div class="col-xs-12"> <span class="text-center center-block" style="max-width:100%"> <span data-caption="line 1 of text <br> line 2 of text <br> line 3 of text" class="img-wrapper text-left"> <img class="img-responsive" src="http://placehold.it/350x150"> </span> </span> </div> </div> </div> regards,
for multiple lines, you'll need specify width on .img-wrapper
Comments
Post a Comment