Pixel Border at bottom of krpano?

  • Hello all,

    I'm net to the krpano world, but love the player and support.

    I have a question though. I've noticed now that I've implemented it on some sites that there seems to be about a 1 pixel border at the bottom of the player. It's definitely part of krpano. I was wondering if anybody knows anything about this, or more importantly how to fix it.

    Thanks!

    Phil

  • Hi,

    do you use the HIGHSHARP quality setting?
    the sharping filter can cause a high contrast 1 pixel border around the pano,
    but I already found a solution for this problem,
    it will be fixed in the next beta release

    best regards,
    Klaus

  • Hi,

    this seems to be a html/css thing,

    when you take a screenshot and measure the pano height,
    it's exactly 283 pixel height (this is the size that was set in the html file)

    or try right clicking on the pano and then on the "border",
    you see the border is not a part of the flash element,

    try to set the the margin, and padding of the flash element to 0,
    maybe this helps,

    best regards,
    Klaus

  • Ah! Found the culprit!

    You were right, it is an html & css thing. Amazingly frustrating, I've just never seen it before.

    After reading though a swamp of html/css documentation I found that that gap is there for the descenders on letters like g and p.

    A little css fixes it easily.

    td object, td embed {
    vertical-align: bottom;
    }

    Thanks for the help.

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!