[Odoo CMS]-Depending on the resolution of the client device, the background images must be served in an...
up vote
-1
down vote
favorite
I am trying to do some research on how should i proceed with this. Depending on the resolution of the client device, the background images must be served in an optimal size.
*I was checking about the "srcset" but i got to know that srcset does not work with css background images.
image-set css notation is in css 4 draft but not widely supported: https://caniuse.com/#search=image-set
Any suggestion how should i proceed with it?
javascript python jquery css odoo-11
add a comment |
up vote
-1
down vote
favorite
I am trying to do some research on how should i proceed with this. Depending on the resolution of the client device, the background images must be served in an optimal size.
*I was checking about the "srcset" but i got to know that srcset does not work with css background images.
image-set css notation is in css 4 draft but not widely supported: https://caniuse.com/#search=image-set
Any suggestion how should i proceed with it?
javascript python jquery css odoo-11
This module might be of your use: apps.odoo.com/apps/modules/11.0/website_adv_image_optimization For functional questions about Odoo please visit: odoo.com/forum/help-1 If you found an system issue report it on GitHub: github.com/odoo/odoo/issues
– Piotr Cierkosz
Nov 21 at 9:11
It's an interesting topic the one you are bringing here. What is the way you are seeing or using in order to take an image of a custom size and serve it with the optimal size depending on the resolution of the client device?
– Axel Mendoza
Nov 21 at 18:02
Recently I have researched into this a little bit and I was able to deliver image optimizations from ir.attachment and module static folder very optimized but it will be a plus to be able to dynamically determine the optimized size of the image based on the client device resolution to be able to deliver it using the exact size that it will be displayed... for me that will be the ultimate performance for image optimization
– Axel Mendoza
Nov 21 at 18:06
@AxelMendoza : I ma new to odoo platform. I had to do a task where as in depending on the size of the customer device, the image should be optimized in the best way. By doing this, the main reason is to avoid the customer to have a bad image or blurred image when customer do not have the standard screensize.
– Gulshankumar
Nov 22 at 14:21
@PiotrCierkosz thanks Piotr. What is this about apps.odoo.com/apps/modules/11.0/website_adv_image_optimization ? Do i have to specifically edit the images. I am not understanding this part. I did try the steps given in the link. But only one image i was able to change the jpeg compression. Other images didnt have that option. Can you help me with this more please?
– Gulshankumar
Nov 22 at 14:24
add a comment |
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
I am trying to do some research on how should i proceed with this. Depending on the resolution of the client device, the background images must be served in an optimal size.
*I was checking about the "srcset" but i got to know that srcset does not work with css background images.
image-set css notation is in css 4 draft but not widely supported: https://caniuse.com/#search=image-set
Any suggestion how should i proceed with it?
javascript python jquery css odoo-11
I am trying to do some research on how should i proceed with this. Depending on the resolution of the client device, the background images must be served in an optimal size.
*I was checking about the "srcset" but i got to know that srcset does not work with css background images.
image-set css notation is in css 4 draft but not widely supported: https://caniuse.com/#search=image-set
Any suggestion how should i proceed with it?
javascript python jquery css odoo-11
javascript python jquery css odoo-11
asked Nov 21 at 8:36
Gulshankumar
61
61
This module might be of your use: apps.odoo.com/apps/modules/11.0/website_adv_image_optimization For functional questions about Odoo please visit: odoo.com/forum/help-1 If you found an system issue report it on GitHub: github.com/odoo/odoo/issues
– Piotr Cierkosz
Nov 21 at 9:11
It's an interesting topic the one you are bringing here. What is the way you are seeing or using in order to take an image of a custom size and serve it with the optimal size depending on the resolution of the client device?
– Axel Mendoza
Nov 21 at 18:02
Recently I have researched into this a little bit and I was able to deliver image optimizations from ir.attachment and module static folder very optimized but it will be a plus to be able to dynamically determine the optimized size of the image based on the client device resolution to be able to deliver it using the exact size that it will be displayed... for me that will be the ultimate performance for image optimization
– Axel Mendoza
Nov 21 at 18:06
@AxelMendoza : I ma new to odoo platform. I had to do a task where as in depending on the size of the customer device, the image should be optimized in the best way. By doing this, the main reason is to avoid the customer to have a bad image or blurred image when customer do not have the standard screensize.
– Gulshankumar
Nov 22 at 14:21
@PiotrCierkosz thanks Piotr. What is this about apps.odoo.com/apps/modules/11.0/website_adv_image_optimization ? Do i have to specifically edit the images. I am not understanding this part. I did try the steps given in the link. But only one image i was able to change the jpeg compression. Other images didnt have that option. Can you help me with this more please?
– Gulshankumar
Nov 22 at 14:24
add a comment |
This module might be of your use: apps.odoo.com/apps/modules/11.0/website_adv_image_optimization For functional questions about Odoo please visit: odoo.com/forum/help-1 If you found an system issue report it on GitHub: github.com/odoo/odoo/issues
– Piotr Cierkosz
Nov 21 at 9:11
It's an interesting topic the one you are bringing here. What is the way you are seeing or using in order to take an image of a custom size and serve it with the optimal size depending on the resolution of the client device?
– Axel Mendoza
Nov 21 at 18:02
Recently I have researched into this a little bit and I was able to deliver image optimizations from ir.attachment and module static folder very optimized but it will be a plus to be able to dynamically determine the optimized size of the image based on the client device resolution to be able to deliver it using the exact size that it will be displayed... for me that will be the ultimate performance for image optimization
– Axel Mendoza
Nov 21 at 18:06
@AxelMendoza : I ma new to odoo platform. I had to do a task where as in depending on the size of the customer device, the image should be optimized in the best way. By doing this, the main reason is to avoid the customer to have a bad image or blurred image when customer do not have the standard screensize.
– Gulshankumar
Nov 22 at 14:21
@PiotrCierkosz thanks Piotr. What is this about apps.odoo.com/apps/modules/11.0/website_adv_image_optimization ? Do i have to specifically edit the images. I am not understanding this part. I did try the steps given in the link. But only one image i was able to change the jpeg compression. Other images didnt have that option. Can you help me with this more please?
– Gulshankumar
Nov 22 at 14:24
This module might be of your use: apps.odoo.com/apps/modules/11.0/website_adv_image_optimization For functional questions about Odoo please visit: odoo.com/forum/help-1 If you found an system issue report it on GitHub: github.com/odoo/odoo/issues
– Piotr Cierkosz
Nov 21 at 9:11
This module might be of your use: apps.odoo.com/apps/modules/11.0/website_adv_image_optimization For functional questions about Odoo please visit: odoo.com/forum/help-1 If you found an system issue report it on GitHub: github.com/odoo/odoo/issues
– Piotr Cierkosz
Nov 21 at 9:11
It's an interesting topic the one you are bringing here. What is the way you are seeing or using in order to take an image of a custom size and serve it with the optimal size depending on the resolution of the client device?
– Axel Mendoza
Nov 21 at 18:02
It's an interesting topic the one you are bringing here. What is the way you are seeing or using in order to take an image of a custom size and serve it with the optimal size depending on the resolution of the client device?
– Axel Mendoza
Nov 21 at 18:02
Recently I have researched into this a little bit and I was able to deliver image optimizations from ir.attachment and module static folder very optimized but it will be a plus to be able to dynamically determine the optimized size of the image based on the client device resolution to be able to deliver it using the exact size that it will be displayed... for me that will be the ultimate performance for image optimization
– Axel Mendoza
Nov 21 at 18:06
Recently I have researched into this a little bit and I was able to deliver image optimizations from ir.attachment and module static folder very optimized but it will be a plus to be able to dynamically determine the optimized size of the image based on the client device resolution to be able to deliver it using the exact size that it will be displayed... for me that will be the ultimate performance for image optimization
– Axel Mendoza
Nov 21 at 18:06
@AxelMendoza : I ma new to odoo platform. I had to do a task where as in depending on the size of the customer device, the image should be optimized in the best way. By doing this, the main reason is to avoid the customer to have a bad image or blurred image when customer do not have the standard screensize.
– Gulshankumar
Nov 22 at 14:21
@AxelMendoza : I ma new to odoo platform. I had to do a task where as in depending on the size of the customer device, the image should be optimized in the best way. By doing this, the main reason is to avoid the customer to have a bad image or blurred image when customer do not have the standard screensize.
– Gulshankumar
Nov 22 at 14:21
@PiotrCierkosz thanks Piotr. What is this about apps.odoo.com/apps/modules/11.0/website_adv_image_optimization ? Do i have to specifically edit the images. I am not understanding this part. I did try the steps given in the link. But only one image i was able to change the jpeg compression. Other images didnt have that option. Can you help me with this more please?
– Gulshankumar
Nov 22 at 14:24
@PiotrCierkosz thanks Piotr. What is this about apps.odoo.com/apps/modules/11.0/website_adv_image_optimization ? Do i have to specifically edit the images. I am not understanding this part. I did try the steps given in the link. But only one image i was able to change the jpeg compression. Other images didnt have that option. Can you help me with this more please?
– Gulshankumar
Nov 22 at 14:24
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53408058%2fodoo-cms-depending-on-the-resolution-of-the-client-device-the-background-imag%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
This module might be of your use: apps.odoo.com/apps/modules/11.0/website_adv_image_optimization For functional questions about Odoo please visit: odoo.com/forum/help-1 If you found an system issue report it on GitHub: github.com/odoo/odoo/issues
– Piotr Cierkosz
Nov 21 at 9:11
It's an interesting topic the one you are bringing here. What is the way you are seeing or using in order to take an image of a custom size and serve it with the optimal size depending on the resolution of the client device?
– Axel Mendoza
Nov 21 at 18:02
Recently I have researched into this a little bit and I was able to deliver image optimizations from ir.attachment and module static folder very optimized but it will be a plus to be able to dynamically determine the optimized size of the image based on the client device resolution to be able to deliver it using the exact size that it will be displayed... for me that will be the ultimate performance for image optimization
– Axel Mendoza
Nov 21 at 18:06
@AxelMendoza : I ma new to odoo platform. I had to do a task where as in depending on the size of the customer device, the image should be optimized in the best way. By doing this, the main reason is to avoid the customer to have a bad image or blurred image when customer do not have the standard screensize.
– Gulshankumar
Nov 22 at 14:21
@PiotrCierkosz thanks Piotr. What is this about apps.odoo.com/apps/modules/11.0/website_adv_image_optimization ? Do i have to specifically edit the images. I am not understanding this part. I did try the steps given in the link. But only one image i was able to change the jpeg compression. Other images didnt have that option. Can you help me with this more please?
– Gulshankumar
Nov 22 at 14:24