File tree 4 files changed +16
-10
lines changed
4 files changed +16
-10
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ <h3 class="box-title">Download Your Converted Image From Here</h3>
98
98
< label for ="base64 "> Converted Image</ label >
99
99
< div id ="target "> </ div >
100
100
</ div >
101
-
101
+
102
102
</ div >
103
103
< div class ="box-footer " id ="download-div " style ="display:none ">
104
104
< div class ="btn-group ">
@@ -246,10 +246,10 @@ <h3 class="box-title">How to reduce converted image size?</h3>
246
246
showInProgress ( ) ;
247
247
const filesSelected = document . getElementById ( 'myFile' ) . files ;
248
248
context . convertedFileExtension = findExtension ( context ) ;
249
- if ( filesSelected
250
- && filesSelected . length > 0
251
- && context . originalFileMeta
252
- && context . originalFileMeta . fileExtension
249
+ if ( filesSelected
250
+ && filesSelected . length > 0
251
+ && context . originalFileMeta
252
+ && context . originalFileMeta . fileExtension
253
253
&& context . originalFileMeta . fileExtension . toUpperCase ( ) === 'HEIC'
254
254
&& context . format
255
255
&& context . convertedFileExtension ) {
@@ -290,8 +290,8 @@ <h3 class="box-title">How to reduce converted image size?</h3>
290
290
$ ( "#myFile" ) . selectOnFocus ( ) ;
291
291
$ ( "#base64" ) . selectOnFocus ( ) ;
292
292
$ ( '#converters-category' ) . addClass ( 'active' ) ;
293
-
293
+ $ ( '.markdown-body' ) . attr ( 'style' , 'max-width:100%;' ) ;
294
294
} ) ;
295
295
</ script >
296
296
297
- </ html >
297
+ </ html >
Original file line number Diff line number Diff line change 1
1
---
2
2
title: Online Developer Tools | FromDev
3
3
layout: post
4
- ---
4
+ ---
5
5
< html >
6
6
7
7
< head >
@@ -136,6 +136,10 @@ <h3 class="box-title">Generation Tools</h3>
136
136
</ div >
137
137
<!-- ./wrapper -->
138
138
{% include theme-bottom-js %}
139
-
139
+ < script >
140
+ $ ( document ) . ready ( function ( ) {
141
+ $ ( '.markdown-body' ) . attr ( 'style' , 'max-width:100%;' ) ;
142
+ } ) ;
143
+ </ script >
140
144
</ body >
141
145
</ html >
Original file line number Diff line number Diff line change 1
1
---
2
2
title: JavaScript String Escape Online | Developer Tools
3
- layout: post
3
+ layout: post
4
4
---
5
5
< html >
6
6
@@ -243,6 +243,7 @@ <h3 class="box-title">How can I learn JavaScript?</h3>
243
243
} ) ;
244
244
$ ( "#inputText" ) . selectOnFocus ( ) ;
245
245
$ ( '#string-utility-category' ) . addClass ( 'active' ) ;
246
+ $ ( '.markdown-body' ) . attr ( 'style' , 'max-width:100%;' ) ;
246
247
} ) ;
247
248
</ script >
248
249
Original file line number Diff line number Diff line change @@ -140,6 +140,7 @@ <h3 class="box-title">How to use jQuery Plugin snippet?</h3>
140
140
$ ( "#pluginSnippet" ) . selectOnFocus ( ) ;
141
141
$ ( "#pluginName" ) . selectOnFocus ( ) ;
142
142
$ ( '#generators-category' ) . addClass ( 'active' ) ;
143
+ $ ( '.markdown-body' ) . attr ( 'style' , 'max-width:100%;' ) ;
143
144
} ) ;
144
145
</ script >
145
146
You can’t perform that action at this time.
0 commit comments