Antonio Calarco wrote:
Hi Mohdyasseribz,
I was replayed to Josh that said the cover size is determined by the image sizes and it is not true beacause I upload a little image and the window dimension did not changed.
I looked into this again, and I stand by my original statement. Perhaps you might be confusing the cover display with the actual raw image. My post above was purely aimed at raw images. In terms of display responsive design determines the display size (different from the raw image). If you look at the cover source on
my profile you will see that the image is coming from the large image. To be extra sure of this you can view the image in the popbox and right click the image source and see that they are exactly the same.
Antonio Calarco wrote:
I checked and I found variable where you can change the dimension but changing it nothing happened.
There is some CSS file where I can make change?
It's best to either create a template override of ES's custom.css file or to use a
custom CSS module. The width should always be 100% so your focus should be modifying the display height. Here is a sample of modifying the display height of a cover:
.es-cover-container {
padding-top: 50% !important;
}
Set the percentage to what ever value you would like it to be. The default is 33.3333%.