Windy Community

    • Register
    • Login
    • Search
    • Unread
    • Categories
    • Groups
    • Go to windy.com
    1. Home
    2. Kitesurf Cruises
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 2
    • Best 0
    • Controversial 0
    • Groups 0

    Kitesurf Cruises

    @Kitesurf Cruises

    0
    Reputation
    1238
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Website kitesurf.cruises

    Kitesurf Cruises Unfollow Follow

    Latest posts made by Kitesurf Cruises

    • RE: How to embed Windy widget to your webpage?

      Sprites are about putting many images in a single image and then use css to display it.

      This allow to have only one request to download all images, so it's much more efficient for client and the server.

      http://www.w3schools.com/css/css_image_sprites.asp

      And there is lot of other advantages for the website that we can discuss in private if you like.

      posted in Frequently Asked Questions
      Kitesurf Cruises
      Kitesurf Cruises
    • RE: How to embed Windy widget to your webpage?

      Hi Ivo,

      Just a quick tip: to make it responsive you can use a parent div with custom css. You can see how it looks on my Kite Cruises website if you like.

      HTML:
      <div> <iframe></iframe></div>

      CSS:
      .videoWrapper { position: relative; padding-bottom: 56.25%; padding-top: 25px; height: 0; }

      Also if I can afford it would be great if you use sprite to minimize server requests and speed up rendering ;-)

      posted in Frequently Asked Questions
      Kitesurf Cruises
      Kitesurf Cruises