I have this string: <div id="attachment_16696" class="wp-caption alignnone" style="width: 460px">
And I want to have: <div id="attachment_16696" class="wp-caption alignnone" style="width: 275px">
I works almost. The only issue is, when its for example 1000px, because it doesnt match it doesnt work, How can I handle if it is not 460px and I want to have it 260px ?