কিভাবে ওয়ার্ডপ্রেসে ইউটিউব ভিডিও রেস্পনসিভ করা যায় । How To Make WordPress Youtube Video Responsive [Bangla]
কিভাবে ওয়ার্ডপ্রেসে ইউটিউব ভিডিও রেস্পনসিভ করা যায় যানতে হলে আমার এই ভিডিও দেখেনিন সাথে রিসোর্স ও দেয়া আছে।
এইচটিএমএলঃ <div class="iframe-responsive">YouTube Embed Goes Here</div>
সিএসএসঃ
.iframe-responsive {
position: relative;
overflow: hidden;
padding-top: 56.25%;
}
.iframe-responsive iframe {
border: 0;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
প্লাগিন্সঃ https://wordpress.org/plugins/advanced-responsive-video-embedder/
আমার চ্যানেলে নতুন হলে সাবস্ক্রাইব করতে ভুলবেন না, আর ভালো লাগলে শেয়ার করে রাখবেন।
আমার ফেসবুক পেইজঃ Mentor Rafi
ধন্যবাদ
Comments
Post a Comment