Luma product image heightLuma theme mobile menu errorMagento 2 Module .phtml needed 100% width on LumaNew...

What is the command to reset a PC without deleting any files

How did the USSR manage to innovate in an environment characterized by government censorship and high bureaucracy?

Is it legal to have the "// (c) 2019 John Smith" header in all files when there are hundreds of contributors?

Is this food a bread or a loaf?

Why is my log file so massive? 22gb. I am running log backups

What do the Banks children have against barley water?

LWC and complex parameters

Does the average primeness of natural numbers tend to zero?

Ideas for 3rd eye abilities

extract characters between two commas?

Is Social Media Science Fiction?

Was there ever an axiom rendered a theorem?

What is GPS' 19 year rollover and does it present a cybersecurity issue?

How to manage monthly salary

Can I find out the caloric content of bread by dehydrating it?

Does a dangling wire really electrocute me if I'm standing in water?

Symmetry in quantum mechanics

Pristine Bit Checking

How to move the player while also allowing forces to affect it

Lied on resume at previous job

Filling an area between two curves

Unbreakable Formation vs. Cry of the Carnarium

Does bootstrapped regression allow for inference?

If a centaur druid Wild Shapes into a Giant Elk, do their Charge features stack?



Luma product image height


Luma theme mobile menu errorMagento 2 Module .phtml needed 100% width on LumaNew Tabs into product details and strings - Luma themeString in the small description Luma ThemeSee only one product per line - Luma ThemeMagento2 change Luma header templatemagento 2 luma theme - container namesHow to add block to Magento 2 Luma Theme header?product length width heightAdding Custom CSS to Luma theme magento 2.3.0






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







0















The issue is no matter what height my product image is, the page is creating blank buffer space below image.



Here's my code in chrome tools:



(full size)
inherited from div.fotorama__stage
Style Attribute {
width: 719px;
height: 719px;
line-height: 719px;
}



(mobile size)
inherited from div.fotorama__stage
Style Attribute {
width: 493px;
height: 493px;
line-height: 493px;



Removing the height and line-height in Chrome tools solves my problem. I've removed every height reference in all files containing fotorama__stage but nothing works. Does someone know where these attributes are being generated?



Do I need to recompile to make .less files work? I'm a little concerned about doing this because the last time it crashed my whole site.



Magento V 2.0.13 Luma child theme










share|improve this question































    0















    The issue is no matter what height my product image is, the page is creating blank buffer space below image.



    Here's my code in chrome tools:



    (full size)
    inherited from div.fotorama__stage
    Style Attribute {
    width: 719px;
    height: 719px;
    line-height: 719px;
    }



    (mobile size)
    inherited from div.fotorama__stage
    Style Attribute {
    width: 493px;
    height: 493px;
    line-height: 493px;



    Removing the height and line-height in Chrome tools solves my problem. I've removed every height reference in all files containing fotorama__stage but nothing works. Does someone know where these attributes are being generated?



    Do I need to recompile to make .less files work? I'm a little concerned about doing this because the last time it crashed my whole site.



    Magento V 2.0.13 Luma child theme










    share|improve this question



























      0












      0








      0








      The issue is no matter what height my product image is, the page is creating blank buffer space below image.



      Here's my code in chrome tools:



      (full size)
      inherited from div.fotorama__stage
      Style Attribute {
      width: 719px;
      height: 719px;
      line-height: 719px;
      }



      (mobile size)
      inherited from div.fotorama__stage
      Style Attribute {
      width: 493px;
      height: 493px;
      line-height: 493px;



      Removing the height and line-height in Chrome tools solves my problem. I've removed every height reference in all files containing fotorama__stage but nothing works. Does someone know where these attributes are being generated?



      Do I need to recompile to make .less files work? I'm a little concerned about doing this because the last time it crashed my whole site.



      Magento V 2.0.13 Luma child theme










      share|improve this question
















      The issue is no matter what height my product image is, the page is creating blank buffer space below image.



      Here's my code in chrome tools:



      (full size)
      inherited from div.fotorama__stage
      Style Attribute {
      width: 719px;
      height: 719px;
      line-height: 719px;
      }



      (mobile size)
      inherited from div.fotorama__stage
      Style Attribute {
      width: 493px;
      height: 493px;
      line-height: 493px;



      Removing the height and line-height in Chrome tools solves my problem. I've removed every height reference in all files containing fotorama__stage but nothing works. Does someone know where these attributes are being generated?



      Do I need to recompile to make .less files work? I'm a little concerned about doing this because the last time it crashed my whole site.



      Magento V 2.0.13 Luma child theme







      magento2 magento-2.0 luma-theme






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 9 mins ago









      Muhammad Anas

      425215




      425215










      asked May 9 '17 at 6:02









      monkmonk

      115




      115






















          1 Answer
          1






          active

          oldest

          votes


















          0














          Please check vendormagentotheme-frontend-lumaetcview.xml file



          where mention all image size




          700
          560






          share|improve this answer
























          • ok, did that. removed all heights from the 3 tags in my luma and child theme files. no change. What do i need do with these files?

            – monk
            May 9 '17 at 6:37











          • if you remove then it will take from parent theme so size manage from that.

            – Sunil Patel
            May 9 '17 at 7:05











          • ok, but i removed the lines and I'm still seeing 719px height. Where is this coming from? I've done a database search as well.

            – monk
            May 9 '17 at 8:06











          • it is from parent theme and have you refresh cache and all

            – Sunil Patel
            May 9 '17 at 8:28











          • I've removed the 560 height from my child theme, Luma and blank. Refreshed cache. The image area still adjusts at a height of 719px. Ack!

            – monk
            May 9 '17 at 8:46












          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%2f173547%2fluma-product-image-height%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          0














          Please check vendormagentotheme-frontend-lumaetcview.xml file



          where mention all image size




          700
          560






          share|improve this answer
























          • ok, did that. removed all heights from the 3 tags in my luma and child theme files. no change. What do i need do with these files?

            – monk
            May 9 '17 at 6:37











          • if you remove then it will take from parent theme so size manage from that.

            – Sunil Patel
            May 9 '17 at 7:05











          • ok, but i removed the lines and I'm still seeing 719px height. Where is this coming from? I've done a database search as well.

            – monk
            May 9 '17 at 8:06











          • it is from parent theme and have you refresh cache and all

            – Sunil Patel
            May 9 '17 at 8:28











          • I've removed the 560 height from my child theme, Luma and blank. Refreshed cache. The image area still adjusts at a height of 719px. Ack!

            – monk
            May 9 '17 at 8:46
















          0














          Please check vendormagentotheme-frontend-lumaetcview.xml file



          where mention all image size




          700
          560






          share|improve this answer
























          • ok, did that. removed all heights from the 3 tags in my luma and child theme files. no change. What do i need do with these files?

            – monk
            May 9 '17 at 6:37











          • if you remove then it will take from parent theme so size manage from that.

            – Sunil Patel
            May 9 '17 at 7:05











          • ok, but i removed the lines and I'm still seeing 719px height. Where is this coming from? I've done a database search as well.

            – monk
            May 9 '17 at 8:06











          • it is from parent theme and have you refresh cache and all

            – Sunil Patel
            May 9 '17 at 8:28











          • I've removed the 560 height from my child theme, Luma and blank. Refreshed cache. The image area still adjusts at a height of 719px. Ack!

            – monk
            May 9 '17 at 8:46














          0












          0








          0







          Please check vendormagentotheme-frontend-lumaetcview.xml file



          where mention all image size




          700
          560






          share|improve this answer













          Please check vendormagentotheme-frontend-lumaetcview.xml file



          where mention all image size




          700
          560







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered May 9 '17 at 6:18









          Sunil PatelSunil Patel

          1,3681612




          1,3681612













          • ok, did that. removed all heights from the 3 tags in my luma and child theme files. no change. What do i need do with these files?

            – monk
            May 9 '17 at 6:37











          • if you remove then it will take from parent theme so size manage from that.

            – Sunil Patel
            May 9 '17 at 7:05











          • ok, but i removed the lines and I'm still seeing 719px height. Where is this coming from? I've done a database search as well.

            – monk
            May 9 '17 at 8:06











          • it is from parent theme and have you refresh cache and all

            – Sunil Patel
            May 9 '17 at 8:28











          • I've removed the 560 height from my child theme, Luma and blank. Refreshed cache. The image area still adjusts at a height of 719px. Ack!

            – monk
            May 9 '17 at 8:46



















          • ok, did that. removed all heights from the 3 tags in my luma and child theme files. no change. What do i need do with these files?

            – monk
            May 9 '17 at 6:37











          • if you remove then it will take from parent theme so size manage from that.

            – Sunil Patel
            May 9 '17 at 7:05











          • ok, but i removed the lines and I'm still seeing 719px height. Where is this coming from? I've done a database search as well.

            – monk
            May 9 '17 at 8:06











          • it is from parent theme and have you refresh cache and all

            – Sunil Patel
            May 9 '17 at 8:28











          • I've removed the 560 height from my child theme, Luma and blank. Refreshed cache. The image area still adjusts at a height of 719px. Ack!

            – monk
            May 9 '17 at 8:46

















          ok, did that. removed all heights from the 3 tags in my luma and child theme files. no change. What do i need do with these files?

          – monk
          May 9 '17 at 6:37





          ok, did that. removed all heights from the 3 tags in my luma and child theme files. no change. What do i need do with these files?

          – monk
          May 9 '17 at 6:37













          if you remove then it will take from parent theme so size manage from that.

          – Sunil Patel
          May 9 '17 at 7:05





          if you remove then it will take from parent theme so size manage from that.

          – Sunil Patel
          May 9 '17 at 7:05













          ok, but i removed the lines and I'm still seeing 719px height. Where is this coming from? I've done a database search as well.

          – monk
          May 9 '17 at 8:06





          ok, but i removed the lines and I'm still seeing 719px height. Where is this coming from? I've done a database search as well.

          – monk
          May 9 '17 at 8:06













          it is from parent theme and have you refresh cache and all

          – Sunil Patel
          May 9 '17 at 8:28





          it is from parent theme and have you refresh cache and all

          – Sunil Patel
          May 9 '17 at 8:28













          I've removed the 560 height from my child theme, Luma and blank. Refreshed cache. The image area still adjusts at a height of 719px. Ack!

          – monk
          May 9 '17 at 8:46





          I've removed the 560 height from my child theme, Luma and blank. Refreshed cache. The image area still adjusts at a height of 719px. Ack!

          – monk
          May 9 '17 at 8:46


















          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%2f173547%2fluma-product-image-height%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

          “%fieldName is a required field.”, in Magento2 REST API Call for GET Method Type The Next...

          How to change City field to a dropdown in Checkout step Magento 2Magento 2 : How to change UI field(s)...

          夢乃愛華...