Github io blog tips

Github io blog tips

Images

  • Google Drive

    It’s very useful that just linking url in github io, while saving image files in google drive.
    To achieve this comfort,

Observed debugging :

  1. Correct URL but image broken

    Even though enabling sharing option at image, sometimes image broke like below.
    broken image

    Thanks to stack overflow, we can share image by revising url slightly.

    goal is : https://drive.google.com/uc?export=view&id=XXX

    So, we can fix below url
    from
    drive.google.com/file/d/1ji6_t5spHDwKslnbQYmhAsiJ3bh1qc3g/view?usp=sharing
    to
    drive.google.com/uc?export=view&id=1ji6_t5spHDwKslnbQYmhAsiJ3bh1qc3g

    result should be :

    fixed


© 2020. All rights reserved.