Title: Sizing Issue
Last modified: August 28, 2025

---

# Sizing Issue

 *  Resolved [DBMcNicol](https://wordpress.org/support/users/dbmcnicol/)
 * (@dbmcnicol)
 * [9 months, 2 weeks ago](https://wordpress.org/support/topic/sizing-issue-6/)
 * I used to be able to size my SmugMug photos at 800×600. For some reason EmbedPress
   is now showing them at 640×480 no matter what I choose. Here is the inspect code
   from the page. I am also getting extra blank lines at the end of each photo now,
   even using the CSS that was recommended.
 * <pre><code>
 * <div class=”ep-embed-content-wraper  insta-grid  “>
 * <div class=”ose-smugmug ose-uid-20da426afb404ab142934bcbacc0cb70 ose-embedpress-
   responsive” style=”width:800px; height:600px; max-height:600px; max-width:100%;
   display:inline-block;”>
 * <a href=”[https://i0.wp.com/photos.smugmug.com/Home-in-Tennessee/2025-TN-Home/2025-08-Around-Home-in-TN/i-zrKFCcV/0/L3K3ZJ3mvWPbBSWh44NwQ2R9ZKz6V3wjhmWRjDqJ4/XL/IMG_1751-XL.jpg?ssl=1&#8243](https://i0.wp.com/photos.smugmug.com/Home-in-Tennessee/2025-TN-Home/2025-08-Around-Home-in-TN/i-zrKFCcV/0/L3K3ZJ3mvWPbBSWh44NwQ2R9ZKz6V3wjhmWRjDqJ4/XL/IMG_1751-XL.jpg?ssl=1&#8243);
   data-wpel-link=”external” target=”_blank” rel=”external noopener noreferrer”>
   <img data-recalc-dims=”1″ loading=”lazy” decoding=”async” src=”[https://i0.wp.com/froggi.smugmug.com/Home-in-Tennessee/2025-TN-Home/2025-08-Around-Home-in-TN/i-zrKFCcV/0/LWCVQN3HH6Zzf3NxMQqFDCs8HsjvGb8DSzX2RwpDp/640×480/IMG_1751-640×480.jpg?resize=640%2C480&amp;ssl=1&#8243](https://i0.wp.com/froggi.smugmug.com/Home-in-Tennessee/2025-TN-Home/2025-08-Around-Home-in-TN/i-zrKFCcV/0/LWCVQN3HH6Zzf3NxMQqFDCs8HsjvGb8DSzX2RwpDp/640×480/IMG_1751-640×480.jpg?resize=640%2C480&amp;ssl=1&#8243);
   alt=”” **width=”640″ height=”480″**>
 * </a></div></div>”
 * </code></pre>

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Plugin Support [Amit Paul](https://wordpress.org/support/users/paulamit/)
 * (@paulamit)
 * [9 months, 2 weeks ago](https://wordpress.org/support/topic/sizing-issue-6/#post-18618347)
 * Hi [@dbmcnicol](https://wordpress.org/support/users/dbmcnicol/);
 * Sorry to hear about the issue. May I get your exact page URL, where you have 
   embedded this content? So I can take a closer look from there directly. And assist
   you accordingly. 
   Thank you!
 *  Thread Starter [DBMcNicol](https://wordpress.org/support/users/dbmcnicol/)
 * (@dbmcnicol)
 * [9 months, 2 weeks ago](https://wordpress.org/support/topic/sizing-issue-6/#post-18618353)
 * It’s on all the pages on the website. Here is one example: [https://ourprimeyears.com/2025/06/24/working-up-a-sweat/](https://ourprimeyears.com/2025/06/24/working-up-a-sweat/)
 * You can see the photo settings here:
   [https://froggi.smugmug.com/Temp-for-EmbedPress-Help/i-VpZBZXG/A](https://froggi.smugmug.com/Temp-for-EmbedPress-Help/i-VpZBZXG/A)
 *  Plugin Support [Amit Paul](https://wordpress.org/support/users/paulamit/)
 * (@paulamit)
 * [9 months, 2 weeks ago](https://wordpress.org/support/topic/sizing-issue-6/#post-18618846)
 * **Hi [@dbmcnicol](https://wordpress.org/support/users/dbmcnicol/), **
   Thank you
   so much for sharing the page URL. I have checked and it seems somehow the theme
   CSS is overriding the default settings. No worries, I suggest you kindly use 
   the following CSS code to resolve the issue properly.
 *     ```wp-block-code
       /* === Desktop Default (full size) === */.ep-embed-content-wraper .ose-embedpress-responsive {  width: 800px !important;  height: 600px !important;  max-width: 100% !important;   /* keeps it from overflowing small screens */  max-height: 600px !important;}.ep-embed-content-wraper .ose-embedpress-responsive img {  width: 100% !important;       /* fills parent width */  height: auto !important;      /* keeps aspect ratio */  max-height: 600px !important;  object-fit: cover;}/* === Tablet (≤ 1024px) === */@media (max-width: 1024px) {  .ep-embed-content-wraper .ose-embedpress-responsive {    width: 100% !important;    height: auto !important;  }  .ep-embed-content-wraper .ose-embedpress-responsive img {    width: 100% !important;    height: auto !important;    max-height: none !important;  }}/* === Mobile (≤ 768px) === */@media (max-width: 768px) {  .ep-embed-content-wraper .ose-embedpress-responsive {    width: 100% !important;    height: auto !important;  }  .ep-embed-content-wraper .ose-embedpress-responsive img {    width: 100% !important;    height: auto !important;  }}
       ```
   
 * You can simply add custom CSS by navigating to your **WordPress Dashboard -> 
   Appearance -> Customize.**
 * After you are on the Customizer page, search for the “**Additional CSS**” option.
   You can then go ahead and insert CSS Code. Please check this screencast to learn
   more – [https://d.pr/v/QrrfTw](https://d.pr/v/QrrfTw)
   I hope it helps. Kindly
   let me know how it works! Best Regrads, ~Amit.
 *  Thread Starter [DBMcNicol](https://wordpress.org/support/users/dbmcnicol/)
 * (@dbmcnicol)
 * [9 months, 1 week ago](https://wordpress.org/support/topic/sizing-issue-6/#post-18619525)
 * Ah thank you, that worked on the photos I have at that set in the embedpress 
   block at 800×600, but I have one set at a width of 500 and it’s showing at 800.
   Any thoughts?
 *  Thread Starter [DBMcNicol](https://wordpress.org/support/users/dbmcnicol/)
 * (@dbmcnicol)
 * [9 months, 1 week ago](https://wordpress.org/support/topic/sizing-issue-6/#post-18620664)
 * Solved the not using the stated smaller size by removing this at the top of what
   you sent me. All is good now!
 *     ```wp-block-code
       width: 800px !important;  height: 600px !important;
       ```
   
 *  Plugin Support [Amit Paul](https://wordpress.org/support/users/paulamit/)
 * (@paulamit)
 * [9 months, 1 week ago](https://wordpress.org/support/topic/sizing-issue-6/#post-18620919)
 * Hi [@dbmcnicol](https://wordpress.org/support/users/dbmcnicol/)
 * Glad to hear it’s all working perfectly now! 🎉
   Feel free to reach us anytime
   if you need any further assistance from us. We’ll be glad to assist you further.
   Also, If you’ve enjoyed our support & plugin, could I kindly ask for a quick **
   5**⭐ review? It really helps us grow:
 * 👉 [Leave a review here](https://wordpress.org/support/plugin/embedpress/reviews/?utm_source=chatgpt.com#new-post)
 * Thanks so much for your support! 🙌

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Sizing Issue’ is closed to new replies.

 * ![](https://ps.w.org/embedpress/assets/icon-128x128.gif?rev=3419899)
 * [EmbedPress – PDF Embedder, Embed PDF viewer, YouTube Videos, 3D FlipBook, Social feeds & more](https://wordpress.org/plugins/embedpress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/embedpress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/embedpress/)
 * [Active Topics](https://wordpress.org/support/plugin/embedpress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/embedpress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/embedpress/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [Amit Paul](https://wordpress.org/support/users/paulamit/)
 * Last activity: [9 months, 1 week ago](https://wordpress.org/support/topic/sizing-issue-6/#post-18620919)
 * Status: resolved