Working with Images in WordPress | WordPress Development Tutorial

Поділитися
Вставка
  • Опубліковано 4 жов 2024
  • In this video, we go over `add_image_size` and how it works in WordPress.
    My favorite caching plugin - WPRocket: wpcasts.tv/go/...
    💖 Become a Patron to show support & get perks!
    / wpcasts
    *SOCIAL*
    Twitter: / alexanderbyoung
    Facebook: / wpcasts.tv
  • Наука та технологія

КОМЕНТАРІ • 22

  • @nicolaskeith8872
    @nicolaskeith8872 3 роки тому +9

    Hey man, where'd you go?

  • @LaugeMP
    @LaugeMP 3 роки тому +4

    Great! Request for another video:
    How to code for and use responsive images, srcset etc.

    • @AtacamaHumanoid
      @AtacamaHumanoid 3 роки тому

      Glad to see your comment. I just made a similar comment myself. The WP documentation you can find online about srcset responsive images are a complete mess.

  • @rcmnet
    @rcmnet 3 роки тому +2

    Great content as always 👍👍. A word about responsive images and how adding custom image sizes affects srcset would have been welcomed IMO. Nontheless congrats for the best wp dev content on youtube ;)

  • @rayediaz
    @rayediaz 2 роки тому

    Looking forward to watch more videos

  • @theman7050
    @theman7050 3 роки тому

    Dont make us wait so long for a video, man. You are THE ONE for us WP nerds. :D
    Would greatly appreciate more videos on interacting with APIs. That brewlala video was extremely helpful. So many new concepts explained in one video.

  • @noise8653
    @noise8653 3 роки тому +1

    Thank you another awesome video!

  • @RajibAhmad
    @RajibAhmad 3 роки тому

    very useful video... thanks..

  • @woutertt
    @woutertt 3 роки тому +1

    Check out the plugin "Auto Smart Thumbnails". It uses face detection to avoid chopping off peoples heads. Really cool!

  • @JimKernix
    @JimKernix 3 роки тому +6

    Are you okay? You haven't put out a video in a few months, and your website is down???

  • @timsmith2720
    @timsmith2720 3 роки тому

    Thanks so much for this video!

  • @josipmatic4732
    @josipmatic4732 Рік тому

    Hi, nice videos but always missing something. How you get "wp media regenerate", what you installed?

  • @tomdevisser528
    @tomdevisser528 3 роки тому +2

    Still no new video? Hope you're okay, Alex

  • @shahidtech200
    @shahidtech200 3 роки тому

    THANKS sir

  • @AtacamaHumanoid
    @AtacamaHumanoid 3 роки тому +1

    Those default image sizes are so weird because they don't actually act responsively by default so I don't know what the point is. Maybe they work by default if you use some basic WP theme, but whatever the trick is to getting responsive image to work with a more custom theme is severely undocumented. And what I have found about it is a complete mess.

  • @hectorsevilla7530
    @hectorsevilla7530 3 роки тому

    Thank you! How about if I would like to start cropping from 10px X and 50px Y for example? Is there a way to do that?

  • @fvgoya
    @fvgoya 2 роки тому

    Miss your content man. I hope that everything is ok with your. Cheers!

  • @shahidtech200
    @shahidtech200 3 роки тому

    Sir please make a complete course on speed optimization all the queries should be solved

  • @globdug8132
    @globdug8132 3 роки тому

    Hello, thank for this video, as always.:)
    I would like to ask you how you manage media in a website. Do you use some plugin or are you satisfied of deafult media library?
    And what should the right way in your opinion? I used Media Library Folder because is the only one that also in the free version doesn't limit me in the number of folders I can create and it create real folders. So even if I use an FTP client media are organized same way as in the media library.
    I hope I explained well my questio ,sorry for my english....😅

  • @degagnemarc
    @degagnemarc 3 роки тому

    Great cast!
    I found my self in a weird situation were the wp default theme was not using srcset for responsive by default on images on an existing site of a friend with a lot of images. All default basic settings.
    I had to use the hook image_name_size_choose to make at least the size option available when picking an image.
    Bizarrely this made the secret active, but only on new images when added to the content or the featured image.
    Any idea on how we could activate the secret to the existing images on the pages? (Once regenerated)
    Thank you