apply wordwrap function at title display ,to fix title with issue
This commit is contained in:
parent
0d7ed9e53c
commit
530625fb31
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
<hr>
|
||||
</div>
|
||||
<div class="watch-vid-title mbl">
|
||||
<h1>{$photo.photo_title}</h1>
|
||||
<h1>{wordwrap($photo.photo_title,8, "\n", true)}</h1>
|
||||
</div>
|
||||
<div class="vid-detail-sec">
|
||||
<div class="watch-vid-thumb">
|
||||
|
|
Loading…
Add table
Reference in a new issue