Resizing the Powerpress Youtube container for Mobile Ready
-
On my episodes I put in the media URL for the Video podcast, then the YouTube embed. I want to make the embed Mobile ready and put together some CSS that will stretch out the player depending on size of the page. I removed all size information from the YouTube embeds, then added the css.
Only issue is the Powerpress youtube embed doesn’t have a specific DIV class around it that will work.The code is
<!–powerpress_player–><iframe type=”text/html” src=”URL” frameborder=”0″></iframe>
Is there a way to add <!–powerpress_player–><div class=”class-to-fit-structure-of-powerpress”><iframe type=”text/html” src=”URL” frameborder=”0″></iframe></div>
I can then have the css auto-size the file so it looks good.
Unless there is another way to make this “Mobile Ready”.
- The topic ‘Resizing the Powerpress Youtube container for Mobile Ready’ is closed to new replies.