Skip to content

Commit f725742

Browse files
Merge pull request #3253 from Syncfusion-Content/hotfix/hotfix-v26.2.4
DOCINFRA-2341_merged_using_automation
2 parents 72d5e43 + fa4e18c commit f725742

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed
Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1-
<ejs-qrcodegenerator id="container" width="200px" height="150px" mode="SVG" value="Syncfusion">
2-
<e-qrcodegenerator-logo imageSource="https://www.syncfusion.com/web-stories/wp-content/uploads/sites/2/2022/02/cropped-Syncfusion-logo.png"></e-qrcodegenerator-logo>
3-
</ejs-qrcodegenerator>
1+
<ejs-qrcodegenerator id="container" width="200px" height="150px" mode="SVG" value="Syncfusion"></ejs-qrcodegenerator>
2+
<script type="text/javascript">
3+
document.addEventListener('DOMContentLoaded', function () {
4+
var barcode = document.getElementById("container").ej2_instances[0];
5+
barcode.logo = { imageSource:
6+
'https://www.syncfusion.com/web-stories/wp-content/uploads/sites/2/2022/02/cropped-Syncfusion-logo.png'};
7+
});
8+
</script>

0 commit comments

Comments
 (0)