SVG image disappears depending on the browser width
3 years 10 months ago #60920
by Chrysant
Replied by Chrysant on topic SVG image disappears depending on the browser width
I gave the SVG image a width, now it is displayed.
Between 800 and 1024 pixels (browser width) each column still has a different width, even though this is a blog ...
Above 1024 pixels (and below 800) all images/ columns aligned well:
My settings for responsive resolution:
Also the gap of 2% between the colums are not respected.
PBCK-File:
Between 800 and 1024 pixels (browser width) each column still has a different width, even though this is a blog ...
Above 1024 pixels (and below 800) all images/ columns aligned well:
My settings for responsive resolution:
Also the gap of 2% between the colums are not respected.
PBCK-File:
Please Log in or Create an account to join the conversation.
3 years 10 months ago - 3 years 10 months ago #60921
by Chrysant
Replied by Chrysant on topic SVG image disappears depending on the browser width
Additional Info:
First Image is SVG set to a width 1600 px
Second and third image (JPG) are both 1600 x 900 pixels
First Image is SVG set to a width 1600 px
Second and third image (JPG) are both 1600 x 900 pixels
Last edit: 3 years 10 months ago by Chrysant.
Please Log in or Create an account to join the conversation.
3 years 10 months ago #60924
by ced1870
thanks for the details, I will let you know
Joomlack Webmaster and Developer
Replied by ced1870 on topic SVG image disappears depending on the browser width
ok I missed that point, this is problably why I did not manage to reproduce iteven though this is a blog
thanks for the details, I will let you know
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
3 years 10 months ago #60936
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic SVG image disappears depending on the browser width
I have tried many settings, I'm not able to reproduce the issue ...
the only solution that I can give you for now is to override this using CSS like this :
the only solution that I can give you for now is to override this using CSS like this :
Code:
@media only screen and (max-width:1024px) and (min-width:801px){
#row_ID1597670617421 > .inner { display: block; }
}
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
3 years 10 months ago #60958
by Chrysant
Replied by Chrysant on topic SVG image disappears depending on the browser width
Thank you very much Ced, I'll see what I can make of it.
Please Log in or Create an account to join the conversation.
3 years 10 months ago #60977
by Chrysant
Replied by Chrysant on topic SVG image disappears depending on the browser width
I played around with different settings and I recreated the articles based on my own PageBuilder template (Page). I noticed that the width of the flex boxes changes depending on the amount of text in the box on the left ...?!?
Maybe it will help you for further development.In the end I set the "Resolution for Tablet - Landscape" to the same width as the "Resolution for Tablet - Portrait" (800 each) - and everything works as expected, the 2% distance between the boxes is also maintained.
Please Log in or Create an account to join the conversation.
Time to create page: 0.245 seconds