Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    problem with image resizings

    Bug Report
    6
    13
    1975
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • R
      rahul last edited by

      Hi @RK-REZA @shreyasi @mdm

      Open Medium.php file in CacheFilters folder of Product package & change dimension accordingly.

      public function applyFilter(Image $image)
      {
          return $image->resize(280, 350);
      }
      

      Thanks

      S 1 Reply Last reply Reply Quote 0
      • ghermans
        ghermans last edited by

        @rahul wouldn't it be more user-friendly to add a option in the admin panel to change these values?

        Kind regards,
        Glenn Hermans

        Manager Bagisto Europe
        info@bagisto.eu

        1 Reply Last reply Reply Quote 0
        • R
          rahul last edited by rahul

          Hi @ghermans

          Sure !!! We will implement it.

          1 Reply Last reply Reply Quote 1
          • S
            shreyasi @rahul last edited by

            @rahul said in problem with image resizings:

            change dimension accordin

            Hi @rahul ,
            I changed in medium.php but it won't work. still, 280 x 350 dimension is taken in the product image.
            should I change it into CSS?
            if yes please provide the class name and file were to change the CSS.

            1 Reply Last reply Reply Quote 0
            • R
              rahul last edited by

              Hi @shreyasi

              Run following command after changing dimension -

              1. php artisan config:clear
              2. composer dump-autoload

              and clear your browser's cache. (Cached Images )

              Thanks

              1 Reply Last reply Reply Quote 0
              • S
                shreyasi last edited by

                @rahul said in problem with image resizings:

                composer dump-autoload

                Hello @rahul ,
                I followed all your steps but it won't change the dimension.
                it takes default 280 x 350 pixel

                1 Reply Last reply Reply Quote 0
                • R
                  rahul last edited by

                  Hi @shreyasi

                  Please run 'php artisan cache:clear' also then check.

                  Thanks

                  1 Reply Last reply Reply Quote 2
                  • S
                    shreyasi last edited by

                    Hi @rahul ,
                    Yes, It works.
                    Thank you...

                    1 Reply Last reply Reply Quote 0
                    • A
                      andrewc last edited by

                      If we are making code changes, how will we update Bagisto when a new release comes out?

                      ghermans 1 Reply Last reply Reply Quote 0
                      • ghermans
                        ghermans @andrewc last edited by

                        @andrewc don't make changes to the core files, instead create a custom package
                        more info can be found here

                        https://devdocs.bagisto.com/create_package.html#how-to-create-package
                        or https://forums.bagisto.com/topic/221/how-to-override-view-file-in-bagisto

                        Kind regards,
                        Glenn Hermans

                        Manager Bagisto Europe
                        info@bagisto.eu

                        1 Reply Last reply Reply Quote 0
                        • First post
                          Last post