full width row background image quality is automatically reduced

Posted in: Newspaper
Post count: 65

Hi,

i am modifying animals pro theme and on one of the full width sections i changed background image in the CSS tab of the row options.

I changed it to a proper, good quality big image (1800px x 1000px), set it up as ‘cover’ however it is displayed in very poor quality.

I checked in the page source code and it seems that theme is resizing the image and choosing some small one. You can see that in the image file URL there is suffix 300×169. I do not have any other themes or plugins active:

<div class="tdi_121_366_rand_style td-element-style" ><div class="td-element-style-before"><style>
.tdi_121_366_rand_style > .td-element-style-before {
content:'' !important;
width:100% !important;
height:100% !important;
position:absolute !important;
top:0 !important;
left:0 !important;
display:block !important;
z-index:0 !important;
background-image:url("image file url with this suffix -300x169.jpg") !important;
background-position:right top !important;
background-size:cover !important;
}
</style></div>

Post count: 65

I found the answer in this post.

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.