Initially when I drag an image into text area, it looks like this:
When I select 100% through my options, it fits to the frame like below:
What I want: when I drag and drop my image, it fits to 100% width by default, as showed in image 2. I am using textangular
.
Can somebody help me? Thanks.
My HTML:
<text-angular id="textangular_group" ng-model="vm.creategroup.desc" ta-toolbar="vm.options"></text-angular>