basti1012.bplaced.net

Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
    Hallo! Ich will in Versuchen auf <a href="https://www.w3schools.com/html/tryit.asp?filename=tryhtml_default">Tryit</a> ein Bild von meinem "Google Drive Konto" einfügen. Nur leider bekomme ich das nicht gebacken. Das ist der Link, den „Google Drive“ freigegeben hat: <a href="https://drive.google.com/file/d/1yMjvusM1z7tFuR3xbqC02lf2x5j8oU7C/view?usp=sharing">https://drive.google.com/file/d/1yMjvusM1z7tFuR3xbqC02lf2x5j8oU7C/view?usp=sharing</a> Kann mir einer helfen, den Kuchen zu backen? LG und viel Gesundheit an alle!

    Code

                                        
                                    <style>
    body{
      display:flex;
      flex-direction:column;
    }
    
    </style>
    <body>
    <h1>Thumbnail image</h1>
    <img src="https://drive.google.com/thumbnail?id=1sdbgNZnTZ2pFZwzeUjSDU5le_YaKDWB7">
    
    
    
    <h1>Ordner Inhalt als Liste</h1>
    
    <iframe src="https://drive.google.com/embeddedfolderview?id=1LohF4KUtPAbkHIo1KfUU9O9wPjmBWRHP" style="width:100%; height:600px; border:0;"></iframe>
    
    <h1>Ordner Liste als Thumbnails</h1>
    <iframe src="https://drive.google.com/embeddedfolderview?id=1LohF4KUtPAbkHIo1KfUU9O9wPjmBWRHP#grid" style="width:100%; height:600px; border:0;"></iframe>
    
    <h1>Image als Original Größe</h1>
    <img src = "https://drive.google.com/uc?id=1sdbgNZnTZ2pFZwzeUjSDU5le_YaKDWB7&export=download">
    </body>