Tech Support Posted July 27 Share Posted July 27 KVS default theme rendered HD flag for videos like this: Now with 6.1.2 version you can extend this to render more detailed info, such as 720p, 1080p and higher. In order to do this please edit the template in Website UI -> Page components -> include_list_videos_block_common.tpl. It should have the following line (could be slightly different in your case): {{if $item.is_hd==1}}<span class="is-hd">HD</span>{{/if}} Change it to the following line: {{if $item.resolution_type==1}}<span class="is-hd">720p</span>{{elseif $item.resolution_type==2}}<span class="is-hd is-2k">1080p</span>{{elseif $item.resolution_type>0}}<span class="is-hd is-{{$item.resolution_type}}k">{{$item.resolution_type}}K</span>{{/if}} Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.