Forum Discussion
This is a manual entry text field right? You could try and create a formula-rich text that you only show on 'View' that does a SearchAndReplace() on the rich-text field and swap out the <img tag with <img style='width: 50px' or something like that - basically trying to override the saved image tag someway. The actual img gets stored as the base64 string so it looks like <img src="data:image/png;base64....." so you would by inserting the style tag essentially.
This would only work on view though - if you wanted it more permanent you could consider trying to do the same thing with a pipeline or webhook to do the same concept but actually save it with the style in the tag.
------------------------------
Chayce Duncan
------------------------------
- JimHarrison8 months agoQrew Champion
Appreciate your ideas Chayce!
Correct, the text field is manual entry. The View idea is a good one but does not meet the requirements in our use case. I will try out the Webhook/Pipeline idea, that could work.
------------------------------
Jim Harrison
transparency = knowledge + understanding : The Scrum Dudes
------------------------------- ChayceDuncan8 months agoQrew Captain
You could use the formula as a way to validate the swap and if it works as intended just copy that formula into the rich-text field via an automation. Gives you at least the confirmation that it's working and you can test out or dynamically play with the sizes
------------------------------
Chayce Duncan
------------------------------