Giter Site home page Giter Site logo

Comments (3)

httpsterio avatar httpsterio commented on August 17, 2024

Hey, thanks for the issue. I'll try to verify the same issue on my end.

My gut instinct is that this is related to an issue I raised in the original repo I forked it from. Check this issue out and see if could be the same?

from httpster.io-old.

httpsterio avatar httpsterio commented on August 17, 2024

I cannot replicate the issue myself.

Are you sure you're linking to the images correctly? In my case, I'm throwing the images in the /static/img folder and in .eleventy.js config file on line 67 that gets passed through to /img when building it. This means that images for me are reachable in articles by refering them to as /img/image-name.png and in the final site they'll be available at https://httpster.io/img/image-name.png.

If you're not saving images to the /static/img folder, you might have to add a addPassThroughCopy and make note of where you're sending the images to.

https://httpster.io/article/2021-07-02-test-post/
Here's a demo post I made with some images. The markdown code for them are attached at the bottom so you can see how I formatted it.

If you give an image a title, it'll get wrapped in a <figure> and the title will be added as a caption to the image.

If you're using the markdown syntax ![alt text](url), the text you put in the brackets will become the alt text for that image. If you want to use lazy loading, you'll have to manually provide a data-src url on top of the regular src.

from httpster.io-old.

httpsterio avatar httpsterio commented on August 17, 2024

closing the issue as i cant replicate it

from httpster.io-old.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.