Question

Photo of Don Smallman

0

Detail Image on External Website ADs

I placed this on the general question area, but in hindsight it is a trouble shooting problem, or a bug.

Does anyone know why the Detail Images on External Website ADs do not extend 100%  I am using the same Images.  The main image goes the full 100% but not the detail image.

Before the change to the way the ADs are done it worked fine.

Thanks!

Don

  • Photo of Nick Sheck

    0

    We just added some changes that will be in a future update to fix this. It won't force the image to be the full-width, but it will stop it from overflowing.

    Regarding your specific Ad, the best method here would be to upload an asset that would be the full width of the largest size possible (1140px in your case) — and with the future update in the Stark theme, it will automatically shrink as the browser gets smaller.

  • Photo of Nick Sheck

    1

    Most likely it has to do with your CSS. If you have a link I could look at, it would be easier to tell you why.

    Also, look at http://getbootstrap.com/css/#images-responsive — it might be related to this.

  • Photo of Don Smallman

    0

    Nick,

    here are two links.  The first one is the new site, that is displaying improperly and the old site that is displying properly.  I did not have to do anything to the old site to get the images to go 100%

    http://www.therockaz.org/page/345?Item=1

    http://www.therockaz.net/page/209?ad=1

  • Photo of Nick Sheck

    0

    Don, the first link is just showing me a blank page. On the second page, the css responsible is

    .announcement-detail img {
    1. width100%;
    }
     
    If you update that first link, let me know and I can tell you what is going on there.
  • Photo of Don Smallman

    0

    Yeah, that is another issue I am having.  It seems like you have to be logged on to see th images for the ADs.  I think that will go away once I update to the latest release.

  • Photo of Don Smallman

    0

  • Photo of Nick Sheck

    0

    Don, the image on that page is not loading for me.

    However, I did notice on this page you're setting the image size using the style attribute. That's probably not the best way to do it

    You have

    <img alt="HeaderNEWTOTHEROCK.jpg" src="/Content/External Site/HeaderNEWTOTHEROCK.jpg" style="width: 846px; height: 130px;">

    A better method would be

    <img alt="HeaderNEWTOTHEROCK.jpg" src="/Content/External Site/HeaderNEWTOTHEROCK.jpg" class="img-responsive">

  • Photo of Don Smallman

    0

    Nick,

    OK  You should be able to see the images now.

    I am not sure why the 2 sites would be different.  I used the same template and images for both sites and I have not modified any of those settings that you mentioned.  I am not even sure where to do that.

    Why would that have changed?

    Thanks,
    Don

  • Photo of Don Smallman

    0

    Sorry, i did find the setting for the page you were referring to for the <img alt="HeaderNEWTOTHEROCK.jpg" src="/Content/External Site/HeaderNEWTOTHEROCK.jpg" style="width: 846px; height: 130px;">  and have updated it per your recomendation.

    The settings I was talking about, were the AD image settings.

  • Photo of Don Smallman

    0

    Thanks Nick!  I have a modified Stark Theme, how should I go about updating that?  Should I create another modified copy after the Fix?

  • Photo of Nick Sheck

    0

    Yea, I would do that.

  • Photo of Don Smallman

    0

    Thanks!  I actually, just set it back to the default Stark Theme, and the reason I have modified it has been fixed, so I will stick with the default.