Videobox image size won't adjust

Discussion in 'Woodpecker WordPress Business Theme' started by larrybrower, Oct 30, 2015.

Thread Status:
Not open for further replies.
  1. larrybrower

    larrybrower New Member

    Joined:
    May 29, 2015
    Messages:
    8
    Likes Received:
    0
    An odd problem: no matter the size of the image I upload to the Woodpecker Pro videobox, it comes out as the same size on the page. Does anyone have any ideas? Thanks!
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Could you please provide us 'URL' of your site with some edited screenshot so that we can better assist you?

    If you are unable to create screenshots then you can use www.screenpresso.com that will help you to create screenshots.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. larrybrower

    larrybrower New Member

    Joined:
    May 29, 2015
    Messages:
    8
    Likes Received:
    0
    Hi Priya -

    Screenshot has been uploaded. URL is http://saratogaresourcegroup.com/. The round logo "20/20 Insight Gold" won't re-size to be more similar to the other "ProStar Coach" logo.

    Thanks!

    Larry Brower
     

    Attached Files:

  4. priya

    priya Guest

    Hello,

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .vid-holder1 img, .vid-holder2 img {
        width: 100%;
        height: auto;
        max-width: 100% !important;
    }
    NOTE: You can change the numeric value of the width as per your requirement.

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. larrybrower

    larrybrower New Member

    Joined:
    May 29, 2015
    Messages:
    8
    Likes Received:
    0
    Hi Priya -

    This worked perfectly! I found I could delete reference to the #1 videobox image in the code, and then adjust the width of #2. The only remaining small bug is that the video start button is much larger on videobox #2 than #1. Is there a way to adjust that too? http://www.saratogareosurcegroup.com (home page bottom).

    Thanks, Priya!

    Larry Brower
     
  6. nitin

    nitin Guest

    Hi Larry,

    Greetings from InkThemes,

    Hope you are doing good.

    To change the size of the video start button please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    img.zoom-btn {
        height: 100px !important;
        width: 100px !important;
    }
    
    Note:- You can change the value of the height and width as per your requirement.

    Hope this helps...!

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  7. larrybrower

    larrybrower New Member

    Joined:
    May 29, 2015
    Messages:
    8
    Likes Received:
    0
    Hi Nitin -

    Yes, your code worked perfectly! Thanks so much for your help! I'm really impressed with the InkThemes.com support I have gotten this week.

    Happy Diwali!

    Regards,
    Larry Brower
    saratogaresourcegroup.com
     
  8. nitin

    nitin Guest

    Hi Larry,

    Hope you are doing good....!

    Thank you for your adorable comments.

    Should you need any further assistance, don't hesitate to contact us.

    Thanks & Regards!
    Nitin
    InkThemes.com
     
Thread Status:
Not open for further replies.

Share This Page