Position Image inside image element in Elementor | Object Position CSS

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 ส.ค. 2024
  • Learn how to position your images inside the Elementor image widget using custom CSS.
    Source Code:
    selector img{
    object-position: 28% center;
    }
    @media(max-width:1024px){
    selector img{
    object-position: 30% center;
    }
    }
    @media(max-width:767px){
    selector img{
    object-position: 23% center;
    }
    }
    🔴 Download My Custom Templates:
    urieljsoto.gumroad.com/
    🔵 Join Our Facebook Community!
    bit.ly/urielsotofbgroup
    🟢 My Web Agency:
    vluxdesigns.com/
    PRODUCTS I USE FOR MY WEBSITES:
    🔴 Get Elementor Pro - My Favorite Page Builder
    bit.ly/urielelementorpro​​​​​​​​​
    PRIVATE GROUP:
    🔵 Join My Patreon & Get Design Downloads
    bit.ly/uspatreon
    CONTACT ME:
    My Website: urielsoto.com/​
    Facebook: / urielsotodev
    Linkedin: / uriel-soto-976b3117a

ความคิดเห็น • 6

  • @akbarshakir9458
    @akbarshakir9458 ปีที่แล้ว

    Thank you for sharing such valuable content

  • @casade2831
    @casade2831 ปีที่แล้ว

    Thank you!

  • @prokassim
    @prokassim ปีที่แล้ว +1

    Thank you for great , useful tutorial.

    • @UrielSoto
      @UrielSoto  ปีที่แล้ว

      Thanks 😊 Glad it was helpful.

  • @franciscolee3493
    @franciscolee3493 3 หลายเดือนก่อน

    If I dont the css how could apply that css with code snippet?

  • @ninadaundhkar8844
    @ninadaundhkar8844 8 หลายเดือนก่อน

    How can I freely place my image inside the container? I am making an animated banner and want to show images moving inside it through some movement and rotate effects.