javascript - Bootstrap Holder.js Length of "text:" string -
i using default settings holder.js. want specify place-holder image of dimension 100x110 text "image not available":
<img data-src="holder.js/100x110/social/text:image not available" />
when this, text string on 1 line (centred vertically , horizontally) , ends being truncated. shows as: "nage not availab".
please, there trick getting "line break" text, (space permitting , font-size being correct) text flow on multiple rows within place-holder, this:
image not available
or
image not available
thank you.
there no line break support in holder yet. i'm adding feature request.
Comments
Post a Comment