Compress Webflow CMS images automatically and free

Поделиться
HTML-код
  • Опубликовано: 2 окт 2024

Комментарии • 7

  • @cosminrus6571
    @cosminrus6571 5 месяцев назад +1

    nice, but more interesting will be seeing Make replacing the image with a webp format

    • @thelazygod
      @thelazygod  5 месяцев назад +1

      Definitely! TinyPNG can convert it to WebP, but it outputs the image binary, and I’d need to add a step in between where I convert it to a URL, so I can send it to Webflow.
      I may do a follow up video if I discover a nice way to do that 🤔

  • @FloNocode
    @FloNocode 5 месяцев назад

    Woooaow Your video is super useful. Have you a-other tricks like that in webflow and automation tool like Zapier or Make ? Thanks You, it's really interesting, and we have no content creator who make video for automate boring process in web dev so juste continu in this way. Really interesting

    • @thelazygod
      @thelazygod  5 месяцев назад +1

      Thanks, I'm glad you enjoyed it! I have integrated ChatGPT to Webflow through Make on some other projects. Will consider making a video about that if the right idea comes into mind.

    • @FloNocode
      @FloNocode 5 месяцев назад

      @@thelazygod that will be an excellent Idea to see use case where we see the powerful of Webflow integration with automation and AI. Its possible to integrate this kind of combinaison on a Webflow CMS ? I am so curious about that , how make powerful the huge CMS of Webflow with automation and AI

  • @rimbodesigns
    @rimbodesigns 5 месяцев назад +1

    Could this also work for images you put inside of a rich text element?

    • @thelazygod
      @thelazygod  5 месяцев назад

      Great question! I'm sure it could be done, but it would be more advanced. It would need to find all images in the rich text, then loop through them to compress them one by one, and finally replace the images inside the rich text.
      I'm not planning on doing that at the moment, but may revisit this in the future.