I am trying to add style to image elements using BeautifulSoup as below
for img in soup.find_all(\'img\'): img[\'style\'] = "max-width: 100%;