• Resolved Elkerton

    (@elkerton)


    With the initial load of the Podcast Player, the podcast button image is very large. As soon as any change is made to the size of the browser window, the image shrinks back to normal size (100px X 100px). I noticed there is inline CSS that sets a max-size of 640px, but can’t negate that size. In the settings I have enabled image optimization in the settings. Please let me know how the block can load with the standard 100px X 100px button. Thank you.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Elkerton

    (@elkerton)

    Was able to remedy by hiding the Cover Image while showing the Episodes Featured Image. Thank you.

    Thread Starter Elkerton

    (@elkerton)

    My apologies – the large image is back. Please help me remedy. Thank you.

    Plugin Author Veda

    (@vedathemes)

    Hi there,

    Thanks for using podcast player on your website.

    The Problem
    I just checked your webpage. It seems there is some screen resizing issue on the website. Your theme is resizing content using javaScript, which forces podcast player to load mobile layout.

    The Solution
    We need to add some custom CSS to resolve this issue. Following steps should help,

    1. Go to WordPress Dashboard > Appearance > Customize.
    2. Look for “Additional CSS” tab in the left sidebar. Click on it.
    3. Copy and paste following css in the left text field,

    @media only screen and (min-width: 768px) {
        .tg-site-layout--default #primary {
        min-width: 760px !important;
        }
    }

    4. Click on the “Update” or “Publish” button on top of the left sidebar.

    It should resolve the issue. However, inform me for more help on this.

    Thanks,

    Thread Starter Elkerton

    (@elkerton)

    That did the trick – and nice bit of CSS code. Thank you!

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

The topic ‘Initial Image Load Very Large’ is closed to new replies.