DEV Community

Mahbubur Rahman
Mahbubur Rahman

Posted on

1

Elementor Image width 100% at mobile

  1. Wrapper should be no wrap
  2. Add class at image widget insp-responsive-img

Image description

Css
.elementor-widget-image.insp-responsive-img a,
.elementor-widget-image.insp-responsive-img a img,
.elementor-widget-image.insp-responsive-img a img {
width: 100%;
}

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Engage with a wealth of insights in this thoughtful article, valued within the supportive DEV Community. Coders of every background are welcome to join in and add to our collective wisdom.

A sincere "thank you" often brightens someone’s day. Share your gratitude in the comments below!

On DEV, the act of sharing knowledge eases our journey and fortifies our community ties. Found value in this? A quick thank you to the author can make a significant impact.

Okay