<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									How do I change the size of embedded videos with code [video src=&quot;&quot; /] ? - How-to and Troubleshooting				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-do-i-change-the-size-of-embedded-videos-with-code-video-src/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Tue, 17 Mar 2026 10:05:58 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: How do I change the size of embedded videos with code ?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-do-i-change-the-size-of-embedded-videos-with-code-video-src/#post-102320</link>
                        <pubDate>Tue, 02 May 2023 18:39:19 +0000</pubDate>
                        <description><![CDATA[@chris 
I&#039;ve put the code in the wordpress additional CSS and now it works.
Thanks Chris, you are the best. 🤠]]></description>
                        <content:encoded><![CDATA[<p>@chris </p>
<p>I've put the code in the wordpress additional CSS and now it works.</p>
<p>Thanks Chris, you are the best. 🤠 </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>Joselito</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-do-i-change-the-size-of-embedded-videos-with-code-video-src/#post-102320</guid>
                    </item>
				                    <item>
                        <title>RE: How do I change the size of embedded videos with code ?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-do-i-change-the-size-of-embedded-videos-with-code-video-src/#post-102288</link>
                        <pubDate>Tue, 02 May 2023 13:19:46 +0000</pubDate>
                        <description><![CDATA[@joselito,
I checked your forum, and couldn&#039;t find the new CSS&#039;s.]]></description>
                        <content:encoded><![CDATA[<p>@joselito,</p>
<p>I checked your forum, and couldn't find the new CSS's.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>Chris</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-do-i-change-the-size-of-embedded-videos-with-code-video-src/#post-102288</guid>
                    </item>
				                    <item>
                        <title>RE: How do I change the size of embedded videos with code ?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-do-i-change-the-size-of-embedded-videos-with-code-video-src/#post-102285</link>
                        <pubDate>Tue, 02 May 2023 10:50:22 +0000</pubDate>
                        <description><![CDATA[@chris Thanks for the effort but it doesn&#039;t work, so strange. 😑 😑 
 
 cap.JPG]]></description>
                        <content:encoded><![CDATA[<p>@chris Thanks for the effort but it doesn't work, so strange. 😑 😑 </p>
<p> </p>
<div id="wpfa-0" class="wpforo-attached-file"><a class="wpforo-default-attachment" title="cap.JPG" href="//wpforo.com/wp-content/uploads/wpforo/default_attachments/1683024622-cap.jpg" target="_blank" rel="noopener"><i class="fas fa-paperclip"></i> cap.JPG</a></div>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>Joselito</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-do-i-change-the-size-of-embedded-videos-with-code-video-src/#post-102285</guid>
                    </item>
				                    <item>
                        <title>RE: How do I change the size of embedded videos with code ?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-do-i-change-the-size-of-embedded-videos-with-code-video-src/#post-102284</link>
                        <pubDate>Tue, 02 May 2023 09:58:53 +0000</pubDate>
                        <description><![CDATA[@joselito,
Try this CSS, Add it in Custom CSS field:
.wpf-right .wpforo-post-content .wp-video .wp-video-shortcode  {
    height: 550px !important;
    width: 314px !important;
}
.wpf-...]]></description>
                        <content:encoded><![CDATA[<p>@joselito,</p>
<p>Try this CSS, Add it in Custom CSS field:</p>
<pre contenteditable="false">.wpf-right .wpforo-post-content .wp-video .wp-video-shortcode  {
    height: 550px !important;
    width: 314px !important;
}
.wpf-right .wpforo-post-content .wp-video {
    display:inline-block;
}</pre>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>Chris</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-do-i-change-the-size-of-embedded-videos-with-code-video-src/#post-102284</guid>
                    </item>
				                    <item>
                        <title>RE: How do I change the size of embedded videos with code ?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-do-i-change-the-size-of-embedded-videos-with-code-video-src/#post-102272</link>
                        <pubDate>Mon, 01 May 2023 16:07:52 +0000</pubDate>
                        <description><![CDATA[Should I change the theme CSS or the Wpforo CSS?]]></description>
                        <content:encoded><![CDATA[
<p>Hi <span>@joselito,</span></p>
<p>You can use CSS for PC and CSS @media Rule for smartphones. To resize the Embed videos size.</p>
<p></p>
<p>Should I change the theme CSS or the Wpforo CSS?</p>
<p> </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>Joselito</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-do-i-change-the-size-of-embedded-videos-with-code-video-src/#post-102272</guid>
                    </item>
				                    <item>
                        <title>RE: How do I change the size of embedded videos with code ?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-do-i-change-the-size-of-embedded-videos-with-code-video-src/#post-102250</link>
                        <pubDate>Fri, 28 Apr 2023 18:03:06 +0000</pubDate>
                        <description><![CDATA[@chris Tried different things and can&#039;t change it.]]></description>
                        <content:encoded><![CDATA[@chris Tried different things and can't change it.]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>Joselito</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-do-i-change-the-size-of-embedded-videos-with-code-video-src/#post-102250</guid>
                    </item>
				                    <item>
                        <title>RE: How do I change the size of embedded videos with code ?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-do-i-change-the-size-of-embedded-videos-with-code-video-src/#post-102234</link>
                        <pubDate>Fri, 28 Apr 2023 09:17:36 +0000</pubDate>
                        <description><![CDATA[Hi @joselito,
You can use CSS for PC and CSS @media Rule for smartphones. To resize the Embed videos size.]]></description>
                        <content:encoded><![CDATA[<p>Hi <span>@joselito,</span></p>
<p>You can use CSS for PC and CSS @media Rule for smartphones. To resize the Embed videos size.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>Chris</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-do-i-change-the-size-of-embedded-videos-with-code-video-src/#post-102234</guid>
                    </item>
				                    <item>
                        <title>How do I change the size of embedded videos with code  ?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-do-i-change-the-size-of-embedded-videos-with-code-video-src/#post-102223</link>
                        <pubDate>Thu, 27 Apr 2023 19:12:48 +0000</pubDate>
                        <description><![CDATA[How do I change the size of embedded videos with code  ?
They look almost OK on mobile but too big on PC.]]></description>
                        <content:encoded><![CDATA[<p>How do I change the size of embedded videos with code  ?</p>
<p>They look almost OK on mobile but too big on PC.</p>
<p>https://lingeriepicsforum.com/tiktok-girls-forum/tthots-tiktok-thots-videos/</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>Joselito</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-do-i-change-the-size-of-embedded-videos-with-code-video-src/#post-102223</guid>
                    </item>
							        </channel>
        </rss>
		