Skip to main content

Posts

Showing posts from April, 2021

Custom HTML5 Video Player - CuteSu - VideoJS Custom Skin Implementation

Custom HTML5 Video Player - CuteSu - VideoJS Custom Skin Implementation Full Screen Demo :-  https://sopplayer.sh20raj.repl.co/CatSu/ Steps :- 1. Add </video> Tag...     - About Video Tag -> <video id="my-video" class="video-js" controls poster="https://cdn.plyr.io/static/demo/View_From_A_Blue_Moon_Trailer-HD.jpg" data-setup='' loop> <source src="https://cdn.plyr.io/static/demo/View_From_A_Blue_Moon_Trailer-1080p.mp4" type='video/mp4'/> </video> 2. Add CSS CDN...     (Before </head> Tag) <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/sh20raj/SopPlayer@main/CatSu/catsu.min.css"/> <link rel='stylesheet' href='https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css'> <link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Questrial'> 3.

VideoJs Custom YouTube Embed Player

VideoJs Custom YouTube Embed Player There are 2 Ways to Integrate .I will show you the simplest way. Ways :-      1. Go and see Documentation :-  https://www.npmjs.com/package/videojs-youtube     2. See Below --- Add CDNs To Your WebPage :-  1. Css CDN Before </head> Tag <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/video.js/7.12.0/video-js.min.css" /> 2. JavaScript CDNs before </body> Tag <script src="https://cdnjs.cloudflare.com/ajax/libs/video.js/7.12.0/video.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/videojs-youtube/2.6.1/Youtube.min.js"></script> 3. And add <video> Tag with type="video/youtube" in body ( where you want to place video ) <video id="my-video" class="video-js" controls preload="auto" width="640" height="

Male vs Female Viewers

 

Change Blogger Permalink sample.blogspot.com/2021/04/post.html to sample.blogspot.com/post

Change Blogger Permalink blogspot.com/2021/04/post.html to blogspot.com/post Today We Will Change our URL From :-  https://codexdindia.blogspot.com/2021/04/change-blogger-permalink.html To :-  https://codexdindia.blogspot.com/change-blogger-permalink We will do this thing in Just 2 Steps. Steps :-  Setting Custom Redirect. Set Your Custom Redirect From Setting -> Errors and redirects -> Custom redirects     2.  Changing the Address URL after Load. Using JavaScript. See Full Article . JavaScript Code. window.history.pushState('new' , 'title' , 'https://codexdindia.blogspot.com/change-blogger-permalink')

Get Unlimited Image Hosting Using Twitter

 Get Unlimited Image Hosting Using Twitter How to get :- Steps :- Upload your image as Tweet. Copy Image Address Using Right Click. Use URL in <img/> Tag. Here is a sample Image URL. https://pbs.twimg.com/media/Ex4PfSBUcAEJmcD?format=jpg And After Use in <img> Tag. i.e. <img src=" https://pbs.twimg.com/media/Ex4PfSBUcAEJmcD?format=jpg " height="auto" width="auto" /> Here is Result... Example :-  https://www.w3schools.com/code/tryit.asp?filename=GP5ED4Z66C5A

Random Posts