Questions tagged [mobify-js]

An open source library for improving responsive sites by providing responsive images, JS/CSS optimization, Adaptive Templating and more.

Mobify.js is an open source library for improving responsive sites by providing responsive images, JS/CSS optimization, Adaptive Templating and more.

[Source: https://www.mobify.com/mobifyjs/]

11 questions
13
votes
2 answers

bower ECMDERR Failed to execute "git ls-remote --tags --heads > git@github.om:mobify/bellows.git", exit code of #128

I am trying to install the pinny1.0 plugin using bower as: bower install https://github.com/mobify/pinny.git#pinny-1.0 But meanwhile installing the plugin, I am getting issues as: bower ECMDERR Failed to execute "git ls-remote --tags --heads …
Rupendra
  • 608
  • 2
  • 11
  • 42
2
votes
1 answer

How to stop chrome from downloading unwanted assets?

In previous version of chrome, on a webpage with the following: the image would not be downloaded. At some point a chrome update changed this behavior.…
MCM
  • 469
  • 1
  • 6
  • 17
2
votes
1 answer

How to check the page load times of pages generated by Mobify-js

I am looking for measuring the time required for loading a page which has been generated by Mobify-js. As mentioned on the website, when the js is used, the page load times is optimizated. So, I wanted to understand, against what benchmarks…
ATP
  • 832
  • 1
  • 15
  • 29
1
vote
1 answer

Mobify.js build encoding

How can i do "mobify build" with result encoding WINDOWS-1251? By default the character set of mobify.js is UTF-8, but the character set in the client site is WINDOWS-1251. If I use iconv, enconv etc. then it helping me with setting encoding is…
0
votes
1 answer

Bloated Cache Storage... How to inspect or browse the "Cache Storage" generated by service workers?

We are currently working with an agency that have built our new eCommerce website in PWA on the mobify platform. Our site performance is currently bad and i was brought into the project to help as a Product Owner. I have noticed that the cache…
0
votes
2 answers

Why would Mobify not work when self-hosted?

I have a website that uses Mobify to show a responsive layout. Mobify is shutting down its services. So, I am trying to move files from Mobify to my own site so that my responsive layout will continue to work. This includes the mobify.js file, the…
KDP
  • 634
  • 1
  • 11
  • 31
0
votes
1 answer

Mobify carousel Infinite slider

I am using Mobify carousel. I want to make it as Infite slider. To do this I change JS code by if (newIndex < 1) { newIndex = length; } else if (newIndex > this._length) { newIndex = 1; } But when I reached at last image then click on…
0
votes
1 answer

Example to show how mobify works

I have been looking at the mobify.js website for a while now, but I fail to understand the benefits of using it. (I am stumped to see why would one replace all the images on the page by GrumpyCat image?). Could you kindly point me to a clear and…
ATP
  • 832
  • 1
  • 15
  • 29
0
votes
1 answer

mobify.js, Android 2.3, and talkback

Has anyone using mobify.js seen talkback not work, especially on Android 2.3? We know it's not the device as other non-mobify sites work fine. Newer versions of android work fine, just 2.3. I suspect it's how mobify work that is cause the problem,…
Mark Handy
  • 1,180
  • 1
  • 11
  • 23
0
votes
1 answer

Can mobify.js be used to create retina friendly images?

Can mobify.js be used to create retina friendly images? Trying to find more info on making images that have already been created retina friendly.
0
votes
1 answer

Combine two collections of elements with mobify.js

everyone. I've just started using the mobifyjs toolkit and I've ran into a problem of combining two collections of elements into one. On a page I'm trying to mobify there are two sets of links: with text and images. The HTML looks like the…
Alex Kiselev
  • 552
  • 2
  • 7
  • 22