return FALSE; $r = well_tag_thread__update(array('id' => $id), $update); return $r; } function well_tag_thread_find($tagid, $page, $pagesize) { $arr = well_tag_thread__find(array('tagid' => $tagid), array('id' => -1), $page, $pagesize); return $arr; } function well_tag_thread_find_by_tid($tid, $page, $pagesize) { $arr = well_tag_thread__find(array('tid' => $tid), array(), $page, $pagesize); return $arr; } ?>Tizen Studio: rotation style for <video> is not working - Stack Overflow
最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Tizen Studio: rotation style for <video> is not working - Stack Overflow

programmeradmin0浏览0评论

I'm building a project on tizen studio, and testing it in the Samsung TV; I wrote some rotation styles for both and tags, however only img is being able to rotate, but video is not rotating; i wrote this for the style in the video tag and img tag: transform:rotate(${rotation}deg) even if the code is the same, it is not working in the video but working in the img; is there any other ways possible?

发布评论

评论列表(0)

  1. 暂无评论