1.1.1 • Published 5 years ago
istiqlal-houston v1.1.1
Istiqlal Houston Widget
This package is to list Istiqlal Houston campaigns
Campaign List Widget
<div id="widget-campaign"></div>
<script src="https://unpkg.com/istiqlal-houston@1.1.1/dist/istiqlal-houston.js"></script>
<script>
window.IstiqlalHouston.WidgetCampaign("#widget-campaign", {
maxCampaign: 5,
contentLength: 150,
maxWidth: "500px",
maxHeight: "500px",
loadingText: "Loading...",
thumbnailSize: "ori"
});
</script>
Name | Type | Default | Required |
---|---|---|---|
maxCampaign | Number | 5 | false |
contentLength | Number | 150 | false |
maxWidth | String | 500px | false |
maxHeight | String | 500px | false |
loadingText | String | Loading... | false |
thumbnailSize | String [ori\|lg\|md\|sm] | ori | false |
Prayer Widget
<div id="prayer-widget"></div>
<script src="https://unpkg.com/istiqlal-houston@1.1.1/dist/istiqlal-houston.js"></script>
<script>
window.IstiqlalHouston.WidgetPrayer("#prayer-widget", {
moreText: "See More",
maxWidth: "500px"
});
</script>
Name | Type | Default | Required |
---|---|---|---|
maxWidth | String | 500px | false |
moreText | String | See larger | false |