Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #808151

    I’m trying to get Street View working on a page. The only reference I’ve found is this post but that has not helped me.

    Here’s a (Email address hidden if logged out) ,-122.2266158,3a,75y,216.41h,84.03t/data=!3m7!1e1!3m5!1s8O486co7hAdjuVBZAOfXOA!2e0!6s%2F%2Fgeo3.ggpht.com%2Fcbk%3Fpanoid%3D8O486co7hAdjuVBZAOfXOA%26output%3Dthumbnail%26cb_client%3Dmaps_sv.tactile.gps%26thumb%3D2%26w%3D203%26h%3D100%26yaw%3D359.26068%26pitch%3D0%26thumbfov%3D100!7i13312!8i6656″>random Street View. :-)

    I’ve got a 700 px wide column to put the above URL into – how can I get this working?

    #809343

    Hey zimbo,
    Have you tried adding it as background image to your element? Here is a example css:

    body {
    background-image: url(https: (Email address hidden if logged out) ,-122.2266158,3a,75y,216.41h,84.03t/data=!3m7!1e1!3m5!1s8O486co7hAdjuVBZAOfXOA!2e0!6s%2F%2Fgeo3.ggpht.com%2Fcbk%3Fpanoid%3D8O486co7hAdjuVBZAOfXOA%26output%3Dthumbnail%26cb_client%3Dmaps_sv.tactile.gps%26thumb%3D2%26w%3D203%26h%3D100%26yaw%3D359.26068%26pitch%3D0%26thumbfov%3D100!7i13312!8i6656);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    }

    I would wonder if you use the street view url how many times your site url can be loaded before google blocks it, they tend to block image leeching. Perhaps you could try taking a screenshot and upload it to your site as a background.

    Best regards,
    Mike

    #809833

    What I didn’t understand in the post I quoted was that there is a #streetview CSS declaration that is not referenced in the iframe code.

    So I think something is missing in order to get this working – can you post what the complete solution should be? I don’t follow your ‘body’ sugestion above either I’m afraid.

    Regarding Google blocking the Street View URL, why would they do that? I’m trying to promote their service… (not that they need much more promotion). Real estate websites (in the UK where I am) are almost all using Street View in a listing of a house for sale – see the Street View tab on this page.

    #811062

    Hi,

    You can insert your code into a Color section element with 100% container width – http://kriesi.at/documentation/enfold/color-section-with-100-container/ :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.