Fotorama Gallery - How to minimize the frame size for product base imageMagento 2 Fotorama - Customise product gallery thumbnail scrollFotorama zoom functionality add for child product images of group product : M2Magento 2 : How reduce size of fotoroma gallery icons on product detail pageMagento 2: Problems Extending Product Image GalleryEdit Gallery Images Json (Fotorama on Product Pages)Set the default image zoom for full screen in magento 2.x

Word for an event that will likely never happen again

Is there a standardised way to check fake news?

A torrent of foreign terms

If clocks themselves are based on light signals, wouldn't we expect the measured speed of light to always be the same constant?

How to disable "Completion time:..." in SQL Server Messages window

Is There a Tool to Select Files to Download From an Org in VSCode?

How does proof assistant organize knowledge?

Simplification of numbers

Super Duper Vdd stiffening required on 555 timer, what is the best way?

Are differences between uniformly distributed numbers uniformly distributed?

Why is the result of ('b'+'a'+ + 'a' + 'a').toLowerCase() 'banana'?

How to assign many blockers at the same time?

If "more guns less crime", how do gun advocates explain that the EU has less crime than the US?

Took GRE two times, same scores with minor differences - worth sending both?

Is there a command to install basic applications on Ubuntu 16.04?

Why did I get only 5 points even though I won?

The cat exchanges places with a drawing of the cat

Do beef farmed pastures net remove carbon emissions?

PhD advisor lost funding, need advice

Understanding the point of a kölsche Witz

Can the ground attached to neutral fool a receptacle tester?

Why is there a large performance impact when looping over an array over 240 elements?

Why did Gandalf use a sword against the Balrog?

Is it okay for a ticket seller in the USA to refuse to give you your change, keep it for themselves and claim it's a tip?



Fotorama Gallery - How to minimize the frame size for product base image


Magento 2 Fotorama - Customise product gallery thumbnail scrollFotorama zoom functionality add for child product images of group product : M2Magento 2 : How reduce size of fotoroma gallery icons on product detail pageMagento 2: Problems Extending Product Image GalleryEdit Gallery Images Json (Fotorama on Product Pages)Set the default image zoom for full screen in magento 2.x






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








1















I'm struggling to minimize the frame width and height for the product base image gallery (Fotorama).



I have inspected the browser code and noticed that if I change the following width and height the related Fotorama Frame size change however, did not found the actual location to customized the white border size (width and height):



<div class="fotorama__stage" data-fotorama-stage="fotorama_stage" style="**width: 707px; height: 707px;**">

<div class="fotorama__stage__shaft fotorama__grab" tabindex="0" data-gallery-role="stage-shaft" style="transition-duration: 0ms; transform: translate3d(0px, 0px, 0px); margin-left: 0px; width: 707px;">


Basically when I change the above width: 707px; height: 707px; through browser inspect I can see the changes but no where found the actual file or location to change the value.










share|improve this question
































    1















    I'm struggling to minimize the frame width and height for the product base image gallery (Fotorama).



    I have inspected the browser code and noticed that if I change the following width and height the related Fotorama Frame size change however, did not found the actual location to customized the white border size (width and height):



    <div class="fotorama__stage" data-fotorama-stage="fotorama_stage" style="**width: 707px; height: 707px;**">

    <div class="fotorama__stage__shaft fotorama__grab" tabindex="0" data-gallery-role="stage-shaft" style="transition-duration: 0ms; transform: translate3d(0px, 0px, 0px); margin-left: 0px; width: 707px;">


    Basically when I change the above width: 707px; height: 707px; through browser inspect I can see the changes but no where found the actual file or location to change the value.










    share|improve this question




























      1












      1








      1








      I'm struggling to minimize the frame width and height for the product base image gallery (Fotorama).



      I have inspected the browser code and noticed that if I change the following width and height the related Fotorama Frame size change however, did not found the actual location to customized the white border size (width and height):



      <div class="fotorama__stage" data-fotorama-stage="fotorama_stage" style="**width: 707px; height: 707px;**">

      <div class="fotorama__stage__shaft fotorama__grab" tabindex="0" data-gallery-role="stage-shaft" style="transition-duration: 0ms; transform: translate3d(0px, 0px, 0px); margin-left: 0px; width: 707px;">


      Basically when I change the above width: 707px; height: 707px; through browser inspect I can see the changes but no where found the actual file or location to change the value.










      share|improve this question
















      I'm struggling to minimize the frame width and height for the product base image gallery (Fotorama).



      I have inspected the browser code and noticed that if I change the following width and height the related Fotorama Frame size change however, did not found the actual location to customized the white border size (width and height):



      <div class="fotorama__stage" data-fotorama-stage="fotorama_stage" style="**width: 707px; height: 707px;**">

      <div class="fotorama__stage__shaft fotorama__grab" tabindex="0" data-gallery-role="stage-shaft" style="transition-duration: 0ms; transform: translate3d(0px, 0px, 0px); margin-left: 0px; width: 707px;">


      Basically when I change the above width: 707px; height: 707px; through browser inspect I can see the changes but no where found the actual file or location to change the value.







      fotorama






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Nov 1 '17 at 6:26









      Teja Bhagavan Kollepara

      3,0504 gold badges21 silver badges51 bronze badges




      3,0504 gold badges21 silver badges51 bronze badges










      asked Oct 31 '17 at 17:52









      AlamAlam

      62 bronze badges




      62 bronze badges























          2 Answers
          2






          active

          oldest

          votes


















          2














          In your theme > app/design/frontend/package/theme-name/etc/view.xml Inside <media> node you can define different image sizes:



          <images module="Magento_Catalog">
          <image id="product_page_image_medium" type="image">
          <width>300</width>
          <height>300</height>
          </image>
          </images>


          Please Change Option Value in



          app/design/frontend/Magento/Luma/Magento_Catalog/templates/product/view/gallery.phtml

          <script type="text/x-magento-init">

          "[data-gallery-role=gallery-placeholder]":
          "mage/gallery/gallery":
          "mixins":["magnifier/magnify"],
          "magnifierOpts": <?php /* @escapeNotVerified */ echo $block->getMagnifier(); ?>,
          "data": <?php /* @escapeNotVerified */ echo $block->getGalleryImagesJson(); ?>,
          "options":
          "maxheight": "700", // Add your value here






          Thanks






          share|improve this answer



























          • Thanks Moin Malek, it's only change the base image size not the frame or white border width & height. My only concern is to minimised the white extra space not the image size...

            – Alam
            Nov 1 '17 at 8:15











          • Hello @Alam Please Find edited answer

            – Moin Malek
            Nov 1 '17 at 8:51











          • Thank you so much for your suggested code it is working for the height but not width. I wanted H: 515 and W: 515. Very appreciated.

            – Alam
            Sep 5 '18 at 10:27


















          0














          Watch out for the , after your value. Its not needed if you add it as the last option.



          "options": 
          "something": "value",
          "maxheight": "700" // Add your value here






          share|improve this answer



























            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "479"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f199494%2ffotorama-gallery-how-to-minimize-the-frame-size-for-product-base-image%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            2














            In your theme > app/design/frontend/package/theme-name/etc/view.xml Inside <media> node you can define different image sizes:



            <images module="Magento_Catalog">
            <image id="product_page_image_medium" type="image">
            <width>300</width>
            <height>300</height>
            </image>
            </images>


            Please Change Option Value in



            app/design/frontend/Magento/Luma/Magento_Catalog/templates/product/view/gallery.phtml

            <script type="text/x-magento-init">

            "[data-gallery-role=gallery-placeholder]":
            "mage/gallery/gallery":
            "mixins":["magnifier/magnify"],
            "magnifierOpts": <?php /* @escapeNotVerified */ echo $block->getMagnifier(); ?>,
            "data": <?php /* @escapeNotVerified */ echo $block->getGalleryImagesJson(); ?>,
            "options":
            "maxheight": "700", // Add your value here






            Thanks






            share|improve this answer



























            • Thanks Moin Malek, it's only change the base image size not the frame or white border width & height. My only concern is to minimised the white extra space not the image size...

              – Alam
              Nov 1 '17 at 8:15











            • Hello @Alam Please Find edited answer

              – Moin Malek
              Nov 1 '17 at 8:51











            • Thank you so much for your suggested code it is working for the height but not width. I wanted H: 515 and W: 515. Very appreciated.

              – Alam
              Sep 5 '18 at 10:27















            2














            In your theme > app/design/frontend/package/theme-name/etc/view.xml Inside <media> node you can define different image sizes:



            <images module="Magento_Catalog">
            <image id="product_page_image_medium" type="image">
            <width>300</width>
            <height>300</height>
            </image>
            </images>


            Please Change Option Value in



            app/design/frontend/Magento/Luma/Magento_Catalog/templates/product/view/gallery.phtml

            <script type="text/x-magento-init">

            "[data-gallery-role=gallery-placeholder]":
            "mage/gallery/gallery":
            "mixins":["magnifier/magnify"],
            "magnifierOpts": <?php /* @escapeNotVerified */ echo $block->getMagnifier(); ?>,
            "data": <?php /* @escapeNotVerified */ echo $block->getGalleryImagesJson(); ?>,
            "options":
            "maxheight": "700", // Add your value here






            Thanks






            share|improve this answer



























            • Thanks Moin Malek, it's only change the base image size not the frame or white border width & height. My only concern is to minimised the white extra space not the image size...

              – Alam
              Nov 1 '17 at 8:15











            • Hello @Alam Please Find edited answer

              – Moin Malek
              Nov 1 '17 at 8:51











            • Thank you so much for your suggested code it is working for the height but not width. I wanted H: 515 and W: 515. Very appreciated.

              – Alam
              Sep 5 '18 at 10:27













            2












            2








            2







            In your theme > app/design/frontend/package/theme-name/etc/view.xml Inside <media> node you can define different image sizes:



            <images module="Magento_Catalog">
            <image id="product_page_image_medium" type="image">
            <width>300</width>
            <height>300</height>
            </image>
            </images>


            Please Change Option Value in



            app/design/frontend/Magento/Luma/Magento_Catalog/templates/product/view/gallery.phtml

            <script type="text/x-magento-init">

            "[data-gallery-role=gallery-placeholder]":
            "mage/gallery/gallery":
            "mixins":["magnifier/magnify"],
            "magnifierOpts": <?php /* @escapeNotVerified */ echo $block->getMagnifier(); ?>,
            "data": <?php /* @escapeNotVerified */ echo $block->getGalleryImagesJson(); ?>,
            "options":
            "maxheight": "700", // Add your value here






            Thanks






            share|improve this answer















            In your theme > app/design/frontend/package/theme-name/etc/view.xml Inside <media> node you can define different image sizes:



            <images module="Magento_Catalog">
            <image id="product_page_image_medium" type="image">
            <width>300</width>
            <height>300</height>
            </image>
            </images>


            Please Change Option Value in



            app/design/frontend/Magento/Luma/Magento_Catalog/templates/product/view/gallery.phtml

            <script type="text/x-magento-init">

            "[data-gallery-role=gallery-placeholder]":
            "mage/gallery/gallery":
            "mixins":["magnifier/magnify"],
            "magnifierOpts": <?php /* @escapeNotVerified */ echo $block->getMagnifier(); ?>,
            "data": <?php /* @escapeNotVerified */ echo $block->getGalleryImagesJson(); ?>,
            "options":
            "maxheight": "700", // Add your value here






            Thanks







            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited Nov 1 '17 at 9:32

























            answered Oct 31 '17 at 18:10









            Moin MalekMoin Malek

            5236 silver badges21 bronze badges




            5236 silver badges21 bronze badges















            • Thanks Moin Malek, it's only change the base image size not the frame or white border width & height. My only concern is to minimised the white extra space not the image size...

              – Alam
              Nov 1 '17 at 8:15











            • Hello @Alam Please Find edited answer

              – Moin Malek
              Nov 1 '17 at 8:51











            • Thank you so much for your suggested code it is working for the height but not width. I wanted H: 515 and W: 515. Very appreciated.

              – Alam
              Sep 5 '18 at 10:27

















            • Thanks Moin Malek, it's only change the base image size not the frame or white border width & height. My only concern is to minimised the white extra space not the image size...

              – Alam
              Nov 1 '17 at 8:15











            • Hello @Alam Please Find edited answer

              – Moin Malek
              Nov 1 '17 at 8:51











            • Thank you so much for your suggested code it is working for the height but not width. I wanted H: 515 and W: 515. Very appreciated.

              – Alam
              Sep 5 '18 at 10:27
















            Thanks Moin Malek, it's only change the base image size not the frame or white border width & height. My only concern is to minimised the white extra space not the image size...

            – Alam
            Nov 1 '17 at 8:15





            Thanks Moin Malek, it's only change the base image size not the frame or white border width & height. My only concern is to minimised the white extra space not the image size...

            – Alam
            Nov 1 '17 at 8:15













            Hello @Alam Please Find edited answer

            – Moin Malek
            Nov 1 '17 at 8:51





            Hello @Alam Please Find edited answer

            – Moin Malek
            Nov 1 '17 at 8:51













            Thank you so much for your suggested code it is working for the height but not width. I wanted H: 515 and W: 515. Very appreciated.

            – Alam
            Sep 5 '18 at 10:27





            Thank you so much for your suggested code it is working for the height but not width. I wanted H: 515 and W: 515. Very appreciated.

            – Alam
            Sep 5 '18 at 10:27













            0














            Watch out for the , after your value. Its not needed if you add it as the last option.



            "options": 
            "something": "value",
            "maxheight": "700" // Add your value here






            share|improve this answer





























              0














              Watch out for the , after your value. Its not needed if you add it as the last option.



              "options": 
              "something": "value",
              "maxheight": "700" // Add your value here






              share|improve this answer



























                0












                0








                0







                Watch out for the , after your value. Its not needed if you add it as the last option.



                "options": 
                "something": "value",
                "maxheight": "700" // Add your value here






                share|improve this answer













                Watch out for the , after your value. Its not needed if you add it as the last option.



                "options": 
                "something": "value",
                "maxheight": "700" // Add your value here







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Aug 1 at 15:37









                FrancisBFrancisB

                1




                1






























                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Magento Stack Exchange!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f199494%2ffotorama-gallery-how-to-minimize-the-frame-size-for-product-base-image%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Get product attribute by attribute group code in magento 2get product attribute by product attribute group in magento 2Magento 2 Log Bundle Product Data in List Page?How to get all product attribute of a attribute group of Default attribute set?Magento 2.1 Create a filter in the product grid by new attributeMagento 2 : Get Product Attribute values By GroupMagento 2 How to get all existing values for one attributeMagento 2 get custom attribute of a single product inside a pluginMagento 2.3 How to get all the Multi Source Inventory (MSI) locations collection in custom module?Magento2: how to develop rest API to get new productsGet product attribute by attribute group code ( [attribute_group_code] ) in magento 2

                    Category:9 (number) SubcategoriesMedia in category "9 (number)"Navigation menuUpload mediaGND ID: 4485639-8Library of Congress authority ID: sh85091979ReasonatorScholiaStatistics

                    Magento 2.3: How do i solve this, Not registered handle, on custom form?How can i rewrite TierPrice Block in Magento2magento 2 captcha not rendering if I override layout xmlmain.CRITICAL: Plugin class doesn't existMagento 2 : Problem while adding custom button order view page?Magento 2.2.5: Overriding Admin Controller sales/orderMagento 2.2.5: Add, Update and Delete existing products Custom OptionsMagento 2.3 : File Upload issue in UI Component FormMagento2 Not registered handleHow to configured Form Builder Js in my custom magento 2.3.0 module?Magento 2.3. How to create image upload field in an admin form