GDPR Cookie Law jQuery GDPR Compliance Plugin Example

GDPR Cookie Law – GDPR Cookie Compliance Plugin example – Size: Content width

For the best user experience on the demo site, the cookies are automatically deleted. This way you can always see the notification toolbar.
Size: Content width
Example code
<link rel="stylesheet" href="http://your-domain.com/gdpr-cookie-law/css/gdpr-cookie-law.min.css">
<script src="http://your-domain.com/gdpr-cookie-law/js/jquery-3.3.1.min.js"></script>
<script src="http://your-domain.com/gdpr-cookie-law/js/gdpr-cookie-law.min.js"></script>
<script>
$(document).ready(function () {
    $(document).gdprCookieLaw({
        moreLinkHref: 'http://your-domain.com/privacy-policy',
        contentWidth: '1130px'
    });
});
</script>
Related options
Peoprty Possible Values Default Value Description
moreLinkHref URL e.g. 'http://your-domain.com/privacy-policy' null The href attribute of the 'More information' link.
contentWidth e.g. null, 'auto', '1170px', '1200px', etc. 'auto' The width of the box’s contents.