By default, images posted in content area is not responsive in Oxygen site. To make the image responsive inset below css in your custom.css file
.oxy-stock-content-styles img, .ct-inner-content img { max-width: 100%; height: auto; }