Hi, i want the youtube feeds to have 100% width automatically. so this way they are responsive in mobile view.
right now when i put in 100% in width in youtube setting it works as 100px so it needs to be 100% so i have no issues on any device. can you please tell me how and where i need edit the code for this ?
I found the solution, for those who might need this.
.youtube-player {width: 100% !important;}
Add the code above to your template custom CSS.