Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Max width barcode? #191

Open
yuxxeun opened this issue Mar 25, 2024 · 1 comment
Open

Max width barcode? #191

yuxxeun opened this issue Mar 25, 2024 · 1 comment

Comments

@yuxxeun
Copy link

yuxxeun commented Mar 25, 2024

anyone can help me? how to make this barcode not overflow with the container (border), i just add max-width class on the css, but not working far.

image

@adhamnugroho
Copy link

adhamnugroho commented May 9, 2024

In my case i used this in laravel view, and works for me

@php

    use Milon\Barcode\DNS1D;
    // Create an instance of the DNS1D class
    $barcode = new DNS1D();
    
@endphp

<img src="data:image/png;base64, {!! $barcode->getBarcodePNG("$data->id_stok", 'C128') !!}" alt="" width="55" height="55">

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants