embed.tx 294 B

12345678910111213141516171819
  1. :if ($embed_video) {
  2. <style>
  3. .divider, .blogtitles, #postData {
  4. display:none;
  5. }
  6. video {
  7. height: unset !important;
  8. width: 100% !important;
  9. }
  10. </style>
  11. : }
  12. : if (!$embed_video) {
  13. <div id="kontent" class="kontained">
  14. : }
  15. <: $content | mark_raw :>
  16. : if (!$embed_video) {
  17. </div>
  18. : }