<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: limalex71</title>
    <description>The latest articles on DEV Community by limalex71 (@limalex71).</description>
    <link>https://dev.to/limalex71</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F988494%2F3a231e64-7571-47a9-8fc4-cbfd0aab3e3c.jpeg</url>
      <title>DEV Community: limalex71</title>
      <link>https://dev.to/limalex71</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/limalex71"/>
    <language>en</language>
    <item>
      <title>"Unleash the Power of Your Google Drive Images: How to Correctly Display Images on Your Website"</title>
      <dc:creator>limalex71</dc:creator>
      <pubDate>Mon, 12 Dec 2022 06:38:21 +0000</pubDate>
      <link>https://dev.to/limalex71/unleash-the-power-of-your-google-drive-images-how-to-correctly-display-images-on-your-website-4amm</link>
      <guid>https://dev.to/limalex71/unleash-the-power-of-your-google-drive-images-how-to-correctly-display-images-on-your-website-4amm</guid>
      <description>&lt;p&gt;If you want to display an image hosted on Google Drive, you need to ensure that the link to the image is in the correct format. The typical form for a link to an image on Google Drive is &lt;a href="https://drive.google.com/file/d/%5Bimage_id%5D/view?usp=sharing" rel="noopener noreferrer"&gt;https://drive.google.com/file/d/[image_id]/view?usp=sharing&lt;/a&gt;, but this link will not work when added to an img tag. To fix this, you need to change the link to the following format: &lt;a href="https://drive.google.com/uc?export=view&amp;amp;id=%5Bimage_id%5D" rel="noopener noreferrer"&gt;https://drive.google.com/uc?export=view&amp;amp;id=[image_id]&lt;/a&gt;. This new link can be added to an img tag, and the image will be displayed correctly.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://sites.google.com/view/usefulweb-devtips/home" rel="noopener noreferrer"&gt;Click this link for easy conversion&lt;/a&gt;&lt;/p&gt;

</description>
      <category>welcome</category>
    </item>
  </channel>
</rss>
