"dailymotion Emekli memurlara seyyanen zam talebi: İstinaf'tan karar çıktı"
Bootstrap 3.1.0 Snippet by muhittinbudak

<link href="//netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div class="container"> <div class="row"> <h2>DAILYMOTION embedded video sample code</h2> <!-- video başlangıç --> <style> /* Stiliniz olduğu gibi kalıyor */ .video-container { position: relative; padding-bottom: 56.25%; /* 16:9 oran */ height: 0; overflow: hidden; max-width: 100%; } .video-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; } </style> <div class="separator video-container" style="clear: both; text-align: left;border: 1px solid #D6D6D6;margin-bottom:15px;border-radius:5px;margin:10px 0"> <iframe src="https://geo.dailymotion.com/player.html?video=xa73pd8" allowfullscreentitle="Dailymotion Video Player" allow="web-share"></iframe> </div> <!-- video bitiş --> </div> </div>

Questions / Comments: