Responsive Background Images w/ Bootstrap 5 (in HTML/CSS)

Sdílet
Vložit
  • čas přidán 6. 09. 2024
  • Here's how to make your background images responsive so they flex and adjust to any screen size-mobile, tablet or desktop. Also included responsive typography for mobile and tablet as well.
    Download the source code:
    buy.stripe.com...
    - - - - - -
    ⤵ Download ALL of my source codes & more!
    Introducing ADWC PRO
    pro.adesignerw...
    ADWC Pro provides you with:
    • Access to all the source codes for ALL projects
    • Bootstrap Bootstrap online course (retail $79) w/ supplied source code
    • All future online courses (Gatsby v5 course coming soon)
    • Updates of ADWC and the web dev business
    • and more!
    Price:
    Just $6/mo. or $49/year (32% off monthly)
    -------
    Got a question for me?
    adesignerwhoco...

Komentáře • 49

  • @howarddantes
    @howarddantes Před 2 lety +7

    Oh man I can cry! Thank you very much. Been searching for something simple like this. Everything I find has me d/l their "kit". Anyway, thanks again for this. Responsive background video, next???? 😅 ... edit: I also like you explain WHY and WHAT you're doing... most tuts have you, "do this, then do that" without a simple reason why.

    • @ADesignerWhoCodes
      @ADesignerWhoCodes  Před 2 lety +1

      Thanks! I try not to just write code in a vacuum. Everything I write I like to explain why I'm writing it. Stoked it helped you out!

  • @jenglish1986
    @jenglish1986 Před 7 měsíci

    Very good video. Like the use of the image sizing. Not sure about adding the media query in the end since if the layout is good, it may be overkill and end final part was cut up by commercial. The way you handle the image and text in BS5 is a life saver for many of us who struggle using the flex power of BS but want the old design path used in older CSS. Really nice job of bridging this and great design. This is probably the best and most used video you have produced. Keep up the content. I for one would like you to do a soup to nuts contact form as a project. You really have good DRY chops - cudos!!

  • @cloudtechhills
    @cloudtechhills Před 2 lety +2

    What a tutorial!. You solved my problem. Thanks Mate!

  • @gretchensuarez5126
    @gretchensuarez5126 Před 2 lety +3

    Thank you for your amazing videos! Very well explained! I am a beginner programming and you helped me a lot!

  • @osvaldomen9886
    @osvaldomen9886 Před 2 lety

    You really cure my headache with this video, thank you!

  • @kat_he
    @kat_he Před rokem

    Beautiful! It is beautiful! Project, explanation, everything 👏👏 Thank you!

  • @JaimeBIDtravel
    @JaimeBIDtravel Před 2 lety +3

    Watching you it seems so easy to accomplish!
    I am investigating on this but I cannot find out how to avoid the content not interfering with the background image. Applying margins and padding to the inner content also affects the background image position 🤔

    • @ADesignerWhoCodes
      @ADesignerWhoCodes  Před 2 lety +1

      Since I'm working inside of a div, I tend to work with padding over margin. But every design is different. For example, you might not use any flex for yours. It is just an option. Thanks for the feedback!

    • @JaimeBIDtravel
      @JaimeBIDtravel Před 2 lety

      @@ADesignerWhoCodes will keep on testing, thanks!

    • @ADesignerWhoCodes
      @ADesignerWhoCodes  Před 2 lety +1

      @@JaimeBIDtravel anything specific you’d want to see in a future video, let me know here. Can’t guarantee but if it fits, I’ll record it.

    • @JaimeBIDtravel
      @JaimeBIDtravel Před 2 lety

      @@ADesignerWhoCodes Awesome, thanks. Actually advices like less vertical padding than horizontal to make content seem nicer, I mean styling tips!

  • @isakristine7846
    @isakristine7846 Před 2 lety +1

    thanks, you really saved my life!!! 😁😅

  • @robertjohnstevens
    @robertjohnstevens Před rokem

    Outstanding! Thank you very much.

  • @anamarieronquillo2854
    @anamarieronquillo2854 Před 2 lety

    Thank you for the step by step explainations 😊👍

  • @harshkulkarni3578
    @harshkulkarni3578 Před rokem

    Thanks for your support 🙏😊

  • @pravalikabasam3370
    @pravalikabasam3370 Před rokem

    I tried exactly the same code but didn't work for me, I don't know what is the issue.

  • @mohankumar349
    @mohankumar349 Před 2 lety

    What if I put a p tag below h1 tag, it doesn't come one below the other but instead comes side by side as columns because of d-flex, any solution? and what should be the calculation for p tag in media query?

  • @mishulik8846
    @mishulik8846 Před 2 lety +1

    great job! if i change the text to an image would the attributes apply the same responsiveness? 😁

    • @ADesignerWhoCodes
      @ADesignerWhoCodes  Před 2 lety

      Thanks! I don’t recommend changing text to images unless the type is highly stylized. If that is the case, no. As text as an image won’t reflow.

  • @austinbao
    @austinbao Před 2 lety

    How changes would i have to make to "style" at 2:25 if my image isnt in the project folder? I only have a url/link that directs you to the image
    ANY help would be appreciated :)

  • @claudiadt1982
    @claudiadt1982 Před 9 měsíci

    Hello there Great video as always, I am learning a lot from you! I was wondering, if instead of the h1 text, i would like to add a navbar on top, how could I have a responsive background image? I have been trying so many different things, but nothing really work img-fluid used in the image style is not helping either. (I am using Bootstrap 5.2 for reference) Thank you

  • @kamalnikitha4873
    @kamalnikitha4873 Před 2 lety

    thank you so much mate, really helpful

  • @salmansadi9842
    @salmansadi9842 Před rokem

    Great Video

  • @josealbertochavezparedes1322

    excellent video, thank yoy very much

  • @cuteypatootie
    @cuteypatootie Před rokem

    What's a good way to go about text overflow here? I have setup a page similar to yours but when I add enough text, and put the resolution at mobile size, the masthead's text overflows into my navbar and subsequent divs after the masthead. Thanks.

    • @ADesignerWhoCodes
      @ADesignerWhoCodes  Před rokem +1

      I’d put less text over an image as it’s hard to read. Just drop it below on a white or dark gray background.
      I totally get what you’re trying to do. But I’m seeing a trend away from too much text over an image.
      I know that was an over-simplified answer haha. You could also used a media query to increase the size too

  • @davidepalombo2141
    @davidepalombo2141 Před rokem

    thanks for the video, very usefull! can you explain me what can i do if I need to put two lines of text ? the second line under the first and centered like the first one?

    • @ADesignerWhoCodes
      @ADesignerWhoCodes  Před rokem +1

      Drop the centering. Other designs might need additional design elements

    • @davidepalombo2141
      @davidepalombo2141 Před rokem

      @@ADesignerWhoCodes thanks ❤️

    • @ADesignerWhoCodes
      @ADesignerWhoCodes  Před rokem

      @@davidepalombo2141 you’re so welcome. Ya in my design I just had one line. So that element worked.
      My rule. When in doubt, take it out. Then add back what you need

  • @sasinduadithya6245
    @sasinduadithya6245 Před rokem

    Thank you . Dear Good Luck...

  • @priscilabird294
    @priscilabird294 Před 4 měsíci

    Thank you! :D

  • @the_darshan_creation
    @the_darshan_creation Před rokem

    Thank you ❤

  • @amankureshi1
    @amankureshi1 Před rokem

    Thank you very much ♥

  • @gayashantharaka4435
    @gayashantharaka4435 Před rokem

    thanks

  • @royaljkboss1185
    @royaljkboss1185 Před rokem

    Abe अंग्रेज तूने भी सही से नही सीखा